#1C8EEC

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

Shades of Dodger Blue #1C8EEC

Tints of Dodger Blue #1C8EEC

Color information

#1C8EEC (or 0x1C8EEC) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8E and EC. RGB value is (28,142,236). Sum of RGB (Red+Green+Blue) = 28+142+236=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C8EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8EEC is #E37113. Grayscale: #767676. Windows color (decimal): -14905620 or 15502876. OLE color: 15502876.

HSL color Cylindrical-coordinate representation of color #1C8EEC: hue angle of 207.12º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8EEC is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB28142236-
CMYK0.880.4000.07
HSL207.12º84.55%51.76%-
HSV(B)207.12º88.14%92.55%-
XYZ25.2925.6582.97-
YUV118.63194.2363.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.90%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 236 (92.58% from 255) = 58.13%
R=6.90%
G=34.98%
B=58.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal281422360.880.4000.07207.1284.5551.76
Hex1C8EEC582807cf5534
Octal34216354130500731712564
Binary11100100011101110110010110001010000111110011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,142,236); }

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

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

 a { background-color: rgb(28,142,236); }

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

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

 span { border-color: rgb(28,142,236); }

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