#0C8EE1

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

Shades of Dodger Blue #0C8EE1

Tints of Dodger Blue #0C8EE1

Color information

#0C8EE1 (or 0x0C8EE1) is unknown color: approx Dodger Blue. HEX triplet: 0C, 8E and E1. RGB value is (12,142,225). Sum of RGB (Red+Green+Blue) = 12+142+225=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #0C8EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EE1 is #F3711E. Grayscale: #707070. Windows color (decimal): -15954207 or 14781964. OLE color: 14781964.

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

Color convert

RGB12142225-
CMYK0.950.3700.12
HSL203.38º89.87%46.47%-
HSV(B)203.38º94.67%88.24%-
XYZ23.4224.8674.8-
YUV112.59191.4356.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 225 (88.28% from 255) = 59.37%
R=3.17%
G=37.47%
B=59.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121422250.950.3700.12203.3889.8746.47
HexC8EE15F250Ccb5a2e
Octal142163411374501431313256
Binary11001000111011100001101111110010101100110010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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