#1C8AE6

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

Shades of Dodger Blue #1C8AE6

Tints of Dodger Blue #1C8AE6

Color information

#1C8AE6 (or 0x1C8AE6) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8A and E6. RGB value is (28,138,230). Sum of RGB (Red+Green+Blue) = 28+138+230=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #1C8AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8AE6 is #E37519. Grayscale: #737373. Windows color (decimal): -14906650 or 15108636. OLE color: 15108636.

HSL color Cylindrical-coordinate representation of color #1C8AE6: hue angle of 207.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8AE6 is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB28138230-
CMYK0.880.400.10
HSL207.33º80.16%50.59%-
HSV(B)207.33º87.83%90.2%-
XYZ23.8524.1478.26-
YUV115.6192.5665.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.07%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=7.07%
G=34.85%
B=58.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal281382300.880.400.10207.3380.1650.59
Hex1C8AE658280Acf5033
Octal342123461305001231712063
Binary111001000101011100110101100010100001010110011111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,138,230); }

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

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

 a { background-color: rgb(28,138,230); }

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

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

 span { border-color: rgb(28,138,230); }

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