Shades of Dodger Blue #0C8EFF
Tints of Dodger Blue #0C8EFF
RGB
CMYK
RGB Variations
Color information
#0C8EFF (or 0x0C8EFF) is known color: Dodger Blue. HEX triplet: 0C, 8E and FF. RGB value is (12,142,255). Sum of RGB (Red+Green+Blue) = 12+142+255=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C8EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8EFF is #F37100. Grayscale: #737373. Windows color (decimal): -15954177 or 16748044. OLE color: 16748044.
HSL color Cylindrical-coordinate representation of color #0C8EFF: hue angle of 207.9º 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 #0C8EFF is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 142 | 255 | - |
| CMYK | 0.95 | 0.44 | 0 | 0 |
| HSL | 207.9º | 1% | 0.52% | - |
| HSV(B) | 207.9º | 0.95% | 1% | - |
| XYZ | 27.87 | 26.64 | 98.28 | - |
| YUV | 116.01 | 206.43 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 255 | 0.95 | 0.44 | 0 | 0 | 207.9 | 1 | 0.52 |
| Hex | C | 8E | FF | 5F | 2C | 0 | 0 | D0 | 64 | 34 |
| Octal | 14 | 216 | 377 | 137 | 54 | 0 | 0 | 320 | 144 | 64 |
| Binary | 1100 | 10001110 | 11111111 | 1011111 | 101100 | 0 | 0 | 11010000 | 1100100 | 110100 |
Color Harmonies of #0C8EFF
Complementary color
Monochromatic Colors of #0C8EFF
Black with #0C8EFF
Text Example
Text Example
White with #0C8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8EFF; }
p { color: rgb(12,142,255); }
H1.HeaderClassName
{
color: #0C8EFF;
}
.AnyTagClassName
{
color: #0C8EFF;
}
</style>
background-color css
<style>
a { background-color: #0C8EFF; }
a { background-color: rgb(12,142,255); }
div.DivClassName
{
background-color: #0C8EFF;
}
.BgClassName
{
background-color: #0C8EFF;
}
</style>
border-color css
<style>
span { border-color: #0C8EFF; }
span { border-color: rgb(12,142,255); }
td.TdClassName
{
border-color: #0C8EFF;
}
.TagClassName
{
border-color: #0C8EFF;
}
</style>