#0CA0FE

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

Shades of Dodger Blue #0CA0FE

Tints of Dodger Blue #0CA0FE

Color information

#0CA0FE (or 0x0CA0FE) is unknown color: approx Dodger Blue. HEX triplet: 0C, A0 and FE. RGB value is (12,160,254). Sum of RGB (Red+Green+Blue) = 12+160+254=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CA0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA0FE is #F35F01. Grayscale: #7D7D7D. Windows color (decimal): -15949570 or 16687116. OLE color: 16687116.

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

Color convert

RGB12160254-
CMYK0.950.3700.00
HSL203.31º99.18%52.16%-
HSV(B)203.31º95.28%99.61%-
XYZ30.6132.3898.4-
YUV126.46199.9746.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 254 (99.61% from 255) = 59.62%
R=2.82%
G=37.56%
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.00
SystemRedGreenBlueCMYKHSL
Decimal121602540.950.3700.00203.3199.1852.16
HexCA0FE5F2500cb6334
Octal14240376137450031314364
Binary11001010000011111110101111110010100110010111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,160,254); }

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

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

 a { background-color: rgb(12,160,254); }

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

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

 span { border-color: rgb(12,160,254); }

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