Shades of Dodger Blue #0CA5FE
Tints of Dodger Blue #0CA5FE
RGB
CMYK
RGB Variations
Color information
#0CA5FE (or 0x0CA5FE) is known color: Dodger Blue. HEX triplet: 0C, A5 and FE. RGB value is (12,165,254). Sum of RGB (Red+Green+Blue) = 12+165+254=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CA5FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA5FE is #F35A01. Grayscale: #808080. Windows color (decimal): -15948290 or 16688396. OLE color: 16688396.
HSL color Cylindrical-coordinate representation of color #0CA5FE: hue angle of 202.07º 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 #0CA5FE is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 165 | 254 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.00 |
| HSL | 202.07º | 0.99% | 0.52% | - |
| HSV(B) | 202.07º | 0.95% | 1% | - |
| XYZ | 31.5 | 34.14 | 98.7 | - |
| YUV | 129.4 | 198.31 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 254 | 0.95 | 0.35 | 0 | 0.00 | 202.07 | 0.99 | 0.52 |
| Hex | C | A5 | FE | 5F | 23 | 0 | 0 | CA | 63 | 34 |
| Octal | 14 | 245 | 376 | 137 | 43 | 0 | 0 | 312 | 143 | 64 |
| Binary | 1100 | 10100101 | 11111110 | 1011111 | 100011 | 0 | 0 | 11001010 | 1100011 | 110100 |
Color Harmonies of #0CA5FE
Complementary color
Monochromatic Colors of #0CA5FE
Black with #0CA5FE
Text Example
Text Example
White with #0CA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA5FE; }
p { color: rgb(12,165,254); }
H1.HeaderClassName
{
color: #0CA5FE;
}
.AnyTagClassName
{
color: #0CA5FE;
}
</style>
background-color css
<style>
a { background-color: #0CA5FE; }
a { background-color: rgb(12,165,254); }
div.DivClassName
{
background-color: #0CA5FE;
}
.BgClassName
{
background-color: #0CA5FE;
}
</style>
border-color css
<style>
span { border-color: #0CA5FE; }
span { border-color: rgb(12,165,254); }
td.TdClassName
{
border-color: #0CA5FE;
}
.TagClassName
{
border-color: #0CA5FE;
}
</style>