#0C8EE3

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

Shades of Dodger Blue #0C8EE3

Tints of Dodger Blue #0C8EE3

Color information

#0C8EE3 (or 0x0C8EE3) is unknown color: approx Dodger Blue. HEX triplet: 0C, 8E and E3. RGB value is (12,142,227). Sum of RGB (Red+Green+Blue) = 12+142+227=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 227 (89.06% from 255 or 59.58% from 381); Max value from RGB is 227 - color contains mainly: blue. Hex color #0C8EE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EE3 is #F3711C. Grayscale: #707070. Windows color (decimal): -15954205 or 14913036. OLE color: 14913036.

HSL color Cylindrical-coordinate representation of color #0C8EE3: hue angle of 203.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8EE3 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12142227-
CMYK0.950.3700.11
HSL203.72º89.96%46.86%-
HSV(B)203.72º94.71%89.02%-
XYZ23.6924.9776.24-
YUV112.82192.4356.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.15%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 227 (89.06% from 255) = 59.58%
R=3.15%
G=37.27%
B=59.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121422270.950.3700.11203.7289.9646.86
HexC8EE35F250Bcc5a2f
Octal142163431374501331413257
Binary11001000111011100011101111110010101011110011001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8EE3; }

 p { color: rgb(12,142,227); }

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

<style>
 a { background-color: #0C8EE3; }

 a { background-color: rgb(12,142,227); }

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

<style>
 span { border-color: #0C8EE3; }

 span { border-color: rgb(12,142,227); }

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