#1C8AD9

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

Shades of Dodger Blue #1C8AD9

Tints of Dodger Blue #1C8AD9

Color information

#1C8AD9 (or 0x1C8AD9) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8A and D9. RGB value is (28,138,217). Sum of RGB (Red+Green+Blue) = 28+138+217=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #1C8AD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8AD9 is #E37526. Grayscale: #717171. Windows color (decimal): -14906663 or 14256668. OLE color: 14256668.

HSL color Cylindrical-coordinate representation of color #1C8AD9: hue angle of 205.08º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8AD9 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28138217-
CMYK0.870.3600.15
HSL205.08º77.14%48.04%-
HSV(B)205.08º87.1%85.1%-
XYZ22.0923.4369-
YUV114.12186.0666.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.31%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 217 (85.16% from 255) = 56.66%
R=7.31%
G=36.03%
B=56.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal281382170.870.3600.15205.0877.1448.04
Hex1C8AD957240Fcd4d30
Octal342123311274401731511560
Binary111001000101011011001101011110010001111110011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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