Shades of Dodger Blue #0C99FE
Tints of Dodger Blue #0C99FE
RGB
CMYK
RGB Variations
Color information
#0C99FE (or 0x0C99FE) is known color: Dodger Blue. HEX triplet: 0C, 99 and FE. RGB value is (12,153,254). Sum of RGB (Red+Green+Blue) = 12+153+254=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C99FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C99FE is #F36601. Grayscale: #797979. Windows color (decimal): -15951362 or 16685324. OLE color: 16685324.
HSL color Cylindrical-coordinate representation of color #0C99FE: hue angle of 205.04º 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 #0C99FE is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 153 | 254 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.00 |
| HSL | 205.04º | 0.99% | 0.52% | - |
| HSV(B) | 205.04º | 0.95% | 1% | - |
| XYZ | 29.43 | 30.02 | 98.01 | - |
| YUV | 122.36 | 202.29 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 254 | 0.95 | 0.40 | 0 | 0.00 | 205.04 | 0.99 | 0.52 |
| Hex | C | 99 | FE | 5F | 28 | 0 | 0 | CD | 63 | 34 |
| Octal | 14 | 231 | 376 | 137 | 50 | 0 | 0 | 315 | 143 | 64 |
| Binary | 1100 | 10011001 | 11111110 | 1011111 | 101000 | 0 | 0 | 11001101 | 1100011 | 110100 |
Color Harmonies of #0C99FE
Complementary color
Monochromatic Colors of #0C99FE
Black with #0C99FE
Text Example
Text Example
White with #0C99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99FE; }
p { color: rgb(12,153,254); }
H1.HeaderClassName
{
color: #0C99FE;
}
.AnyTagClassName
{
color: #0C99FE;
}
</style>
background-color css
<style>
a { background-color: #0C99FE; }
a { background-color: rgb(12,153,254); }
div.DivClassName
{
background-color: #0C99FE;
}
.BgClassName
{
background-color: #0C99FE;
}
</style>
border-color css
<style>
span { border-color: #0C99FE; }
span { border-color: rgb(12,153,254); }
td.TdClassName
{
border-color: #0C99FE;
}
.TagClassName
{
border-color: #0C99FE;
}
</style>