Shades of Dodger Blue #0CA1FF
Tints of Dodger Blue #0CA1FF
RGB
CMYK
RGB Variations
Color information
#0CA1FF (or 0x0CA1FF) is known color: Dodger Blue. HEX triplet: 0C, A1 and FF. RGB value is (12,161,255). Sum of RGB (Red+Green+Blue) = 12+161+255=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CA1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA1FF is #F35E00. Grayscale: #7E7E7E. Windows color (decimal): -15949313 or 16752908. OLE color: 16752908.
HSL color Cylindrical-coordinate representation of color #0CA1FF: hue angle of 203.21º 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 #0CA1FF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 161 | 255 | - |
| CMYK | 0.95 | 0.37 | 0 | 0 |
| HSL | 203.21º | 1% | 0.52% | - |
| HSV(B) | 203.21º | 0.95% | 1% | - |
| XYZ | 30.95 | 32.79 | 99.31 | - |
| YUV | 127.17 | 200.14 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 255 | 0.95 | 0.37 | 0 | 0 | 203.21 | 1 | 0.52 |
| Hex | C | A1 | FF | 5F | 25 | 0 | 0 | CB | 64 | 34 |
| Octal | 14 | 241 | 377 | 137 | 45 | 0 | 0 | 313 | 144 | 64 |
| Binary | 1100 | 10100001 | 11111111 | 1011111 | 100101 | 0 | 0 | 11001011 | 1100100 | 110100 |
Color Harmonies of #0CA1FF
Complementary color
Monochromatic Colors of #0CA1FF
Black with #0CA1FF
Text Example
Text Example
White with #0CA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA1FF; }
p { color: rgb(12,161,255); }
H1.HeaderClassName
{
color: #0CA1FF;
}
.AnyTagClassName
{
color: #0CA1FF;
}
</style>
background-color css
<style>
a { background-color: #0CA1FF; }
a { background-color: rgb(12,161,255); }
div.DivClassName
{
background-color: #0CA1FF;
}
.BgClassName
{
background-color: #0CA1FF;
}
</style>
border-color css
<style>
span { border-color: #0CA1FF; }
span { border-color: rgb(12,161,255); }
td.TdClassName
{
border-color: #0CA1FF;
}
.TagClassName
{
border-color: #0CA1FF;
}
</style>