Shades of Dodger Blue #0C95FE
Tints of Dodger Blue #0C95FE
RGB
CMYK
RGB Variations
Color information
#0C95FE (or 0x0C95FE) is known color: Dodger Blue. HEX triplet: 0C, 95 and FE. RGB value is (12,149,254). Sum of RGB (Red+Green+Blue) = 12+149+254=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C95FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C95FE is #F36A01. Grayscale: #777777. Windows color (decimal): -15952386 or 16684300. OLE color: 16684300.
HSL color Cylindrical-coordinate representation of color #0C95FE: hue angle of 206.03º 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 #0C95FE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 149 | 254 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.00 |
| HSL | 206.03º | 0.99% | 0.52% | - |
| HSV(B) | 206.03º | 0.95% | 1% | - |
| XYZ | 28.79 | 28.73 | 97.79 | - |
| YUV | 120.01 | 203.61 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 254 | 0.95 | 0.41 | 0 | 0.00 | 206.03 | 0.99 | 0.52 |
| Hex | C | 95 | FE | 5F | 29 | 0 | 0 | CE | 63 | 34 |
| Octal | 14 | 225 | 376 | 137 | 51 | 0 | 0 | 316 | 143 | 64 |
| Binary | 1100 | 10010101 | 11111110 | 1011111 | 101001 | 0 | 0 | 11001110 | 1100011 | 110100 |
Color Harmonies of #0C95FE
Complementary color
Monochromatic Colors of #0C95FE
Black with #0C95FE
Text Example
Text Example
White with #0C95FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C95FE; }
p { color: rgb(12,149,254); }
H1.HeaderClassName
{
color: #0C95FE;
}
.AnyTagClassName
{
color: #0C95FE;
}
</style>
background-color css
<style>
a { background-color: #0C95FE; }
a { background-color: rgb(12,149,254); }
div.DivClassName
{
background-color: #0C95FE;
}
.BgClassName
{
background-color: #0C95FE;
}
</style>
border-color css
<style>
span { border-color: #0C95FE; }
span { border-color: rgb(12,149,254); }
td.TdClassName
{
border-color: #0C95FE;
}
.TagClassName
{
border-color: #0C95FE;
}
</style>