Shades of Dodger Blue #0CA0FF
Tints of Dodger Blue #0CA0FF
RGB
CMYK
RGB Variations
Color information
#0CA0FF (or 0x0CA0FF) is known color: Dodger Blue. HEX triplet: 0C, A0 and FF. RGB value is (12,160,255). Sum of RGB (Red+Green+Blue) = 12+160+255=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CA0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA0FF is #F35F00. Grayscale: #7E7E7E. Windows color (decimal): -15949569 or 16752652. OLE color: 16752652.
HSL color Cylindrical-coordinate representation of color #0CA0FF: hue angle of 203.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA0FF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 160 | 255 | - |
| CMYK | 0.95 | 0.37 | 0 | 0 |
| HSL | 203.46º | 1% | 0.52% | - |
| HSV(B) | 203.46º | 0.95% | 1% | - |
| XYZ | 30.77 | 32.44 | 99.25 | - |
| YUV | 126.58 | 200.47 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 255 | 0.95 | 0.37 | 0 | 0 | 203.46 | 1 | 0.52 |
| Hex | C | A0 | FF | 5F | 25 | 0 | 0 | CB | 64 | 34 |
| Octal | 14 | 240 | 377 | 137 | 45 | 0 | 0 | 313 | 144 | 64 |
| Binary | 1100 | 10100000 | 11111111 | 1011111 | 100101 | 0 | 0 | 11001011 | 1100100 | 110100 |
Color Harmonies of #0CA0FF
Complementary color
Monochromatic Colors of #0CA0FF
Black with #0CA0FF
Text Example
Text Example
White with #0CA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA0FF; }
p { color: rgb(12,160,255); }
H1.HeaderClassName
{
color: #0CA0FF;
}
.AnyTagClassName
{
color: #0CA0FF;
}
</style>
background-color css
<style>
a { background-color: #0CA0FF; }
a { background-color: rgb(12,160,255); }
div.DivClassName
{
background-color: #0CA0FF;
}
.BgClassName
{
background-color: #0CA0FF;
}
</style>
border-color css
<style>
span { border-color: #0CA0FF; }
span { border-color: rgb(12,160,255); }
td.TdClassName
{
border-color: #0CA0FF;
}
.TagClassName
{
border-color: #0CA0FF;
}
</style>