#0C9FF0

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

Shades of Dodger Blue #0C9FF0

Tints of Dodger Blue #0C9FF0

Color information

#0C9FF0 (or 0x0C9FF0) is unknown color: approx Dodger Blue. HEX triplet: 0C, 9F and F0. RGB value is (12,159,240). Sum of RGB (Red+Green+Blue) = 12+159+240=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #0C9FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9FF0 is #F3600F. Grayscale: #7B7B7B. Windows color (decimal): -15949840 or 15769356. OLE color: 15769356.

HSL color Cylindrical-coordinate representation of color #0C9FF0: hue angle of 201.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9FF0 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12159240-
CMYK0.950.3400.06
HSL201.32º90.48%49.41%-
HSV(B)201.32º95%94.12%-
XYZ28.2831.1786.96-
YUV124.28193.347.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.92%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=2.92%
G=38.69%
B=58.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121592400.950.3400.06201.3290.4849.41
HexC9FF05F2206c95a31
Octal14237360137420631113261
Binary1100100111111111000010111111000100110110010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,159,240); }

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

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

 a { background-color: rgb(12,159,240); }

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

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

 span { border-color: rgb(12,159,240); }

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