#0C9EFB

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

Shades of Dodger Blue #0C9EFB

Tints of Dodger Blue #0C9EFB

Color information

#0C9EFB (or 0x0C9EFB) is unknown color: approx Dodger Blue. HEX triplet: 0C, 9E and FB. RGB value is (12,158,251). Sum of RGB (Red+Green+Blue) = 12+158+251=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C9EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9EFB is #F36104. Grayscale: #7C7C7C. Windows color (decimal): -15950085 or 16489996. OLE color: 16489996.

HSL color Cylindrical-coordinate representation of color #0C9EFB: hue angle of 203.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9EFB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12158251-
CMYK0.950.3700.02
HSL203.35º96.76%51.57%-
HSV(B)203.35º95.22%98.43%-
XYZ29.7931.595.78-
YUV124.95199.1347.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.85%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 251 (98.44% from 255) = 59.62%
R=2.85%
G=37.53%
B=59.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121582510.950.3700.02203.3596.7651.57
HexC9EFB5F2502cb6134
Octal14236373137450231314164
Binary110010011110111110111011111100101010110010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,251); }

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

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

 a { background-color: rgb(12,158,251); }

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

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

 span { border-color: rgb(12,158,251); }

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