#1c8ad6

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

Shades of Dodger Blue #1C8AD6

Tints of Dodger Blue #1C8AD6

Color information

#1C8AD6 (or 0x1C8AD6) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8A and D6. RGB value is (28,138,214). Sum of RGB (Red+Green+Blue) = 28+138+214=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #1C8AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8AD6 is #E37529. Grayscale: #717171. Windows color (decimal): -14906666 or 14060060. OLE color: 14060060.

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

Color convert

RGB28138214-
CMYK0.870.3600.16
HSL204.52º76.86%47.45%-
HSV(B)204.52º86.92%83.92%-
XYZ21.723.2866.97-
YUV113.77184.5666.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.37%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 214 (83.98% from 255) = 56.32%
R=7.37%
G=36.32%
B=56.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal281382140.870.3600.16204.5276.8647.45
Hex1C8AD65724010cd4d2f
Octal342123261274402031511557
Binary1110010001010110101101010111100100010000110011011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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