#1C8AF2

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

Shades of Dodger Blue #1C8AF2

Tints of Dodger Blue #1C8AF2

Color information

#1C8AF2 (or 0x1C8AF2) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8A and F2. RGB value is (28,138,242). Sum of RGB (Red+Green+Blue) = 28+138+242=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #1C8AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8AF2 is #E3750D. Grayscale: #747474. Windows color (decimal): -14906638 or 15895068. OLE color: 15895068.

HSL color Cylindrical-coordinate representation of color #1C8AF2: hue angle of 209.16º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8AF2 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28138242-
CMYK0.880.4300.05
HSL209.16º89.17%52.94%-
HSV(B)209.16º88.43%94.9%-
XYZ25.5924.8387.45-
YUV116.97198.5664.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.86%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 242 (94.92% from 255) = 59.31%
R=6.86%
G=33.82%
B=59.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281382420.880.4300.05209.1689.1752.94
Hex1C8AF2582B05d15935
Octal34212362130530532113165
Binary11100100010101111001010110001010110101110100011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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