#1c8def

Color #1C8DEF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1C8DEF

Tints of Dodger Blue #1C8DEF

Color information

#1C8DEF (or 0x1C8DEF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8D and EF. RGB value is (28,141,239). Sum of RGB (Red+Green+Blue) = 28+141+239=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C8DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8DEF is #E37210. Grayscale: #757575. Windows color (decimal): -14905873 or 15699228. OLE color: 15699228.

HSL color Cylindrical-coordinate representation of color #1C8DEF: hue angle of 207.87º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8DEF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB28141239-
CMYK0.880.4100.06
HSL207.87º86.83%52.35%-
HSV(B)207.87º88.28%93.73%-
XYZ25.5825.5385.24-
YUV118.38196.0663.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 6.86%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=6.86%
G=34.56%
B=58.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal281412390.880.4100.06207.8786.8352.35
Hex1C8DEF582906d05734
Octal34215357130510632012764
Binary11100100011011110111110110001010010110110100001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c8def; }

 p { color: rgb(28,141,239); }

 H1.HeaderClassName
 {
   color: #1c8def;
 }
 .AnyTagClassName
 {
   color: #1c8def;
 }
</style>
background-color css

<style>
 a { background-color: #1c8def; }

 a { background-color: rgb(28,141,239); }

 div.DivClassName
 {
   background-color: #1c8def;
 }
 .BgClassName
 {
   background-color: #1c8def;
 }
</style>
border-color css

<style>
 span { border-color: #1c8def; }

 span { border-color: rgb(28,141,239); }

 td.TdClassName
 {
   border-color: #1c8def;
 }
 .TagClassName
 {
   border-color: #1c8def;
 }
</style>