Shades of Dodger Blue #0C8DE6
Tints of Dodger Blue #0C8DE6
RGB
CMYK
RGB Variations
Color information
#0C8DE6 (or 0x0C8DE6) is known color: Dodger Blue. HEX triplet: 0C, 8D and E6. RGB value is (12,141,230). Sum of RGB (Red+Green+Blue) = 12+141+230=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 230 (90.23% from 255 or 60.05% from 383); Max value from RGB is 230 - color contains mainly: blue. Hex color #0C8DE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8DE6 is #F37219. Grayscale: #707070. Windows color (decimal): -15954458 or 15109388. OLE color: 15109388.
HSL color Cylindrical-coordinate representation of color #0C8DE6: hue angle of 204.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8DE6 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 141 | 230 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.10 |
| HSL | 204.5º | 0.9% | 0.47% | - |
| HSV(B) | 204.5º | 0.95% | 0.9% | - |
| XYZ | 23.96 | 24.84 | 78.39 | - |
| YUV | 112.58 | 194.26 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 141 | 230 | 0.95 | 0.39 | 0 | 0.10 | 204.5 | 0.9 | 0.47 |
| Hex | C | 8D | E6 | 5F | 27 | 0 | A | CC | 5A | 2F |
| Octal | 14 | 215 | 346 | 137 | 47 | 0 | 12 | 314 | 132 | 57 |
| Binary | 1100 | 10001101 | 11100110 | 1011111 | 100111 | 0 | 1010 | 11001100 | 1011010 | 101111 |
Color Harmonies of #0C8DE6
Complementary color
Monochromatic Colors of #0C8DE6
Black with #0C8DE6
Text Example
Text Example
White with #0C8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8DE6; }
p { color: rgb(12,141,230); }
H1.HeaderClassName
{
color: #0C8DE6;
}
.AnyTagClassName
{
color: #0C8DE6;
}
</style>
background-color css
<style>
a { background-color: #0C8DE6; }
a { background-color: rgb(12,141,230); }
div.DivClassName
{
background-color: #0C8DE6;
}
.BgClassName
{
background-color: #0C8DE6;
}
</style>
border-color css
<style>
span { border-color: #0C8DE6; }
span { border-color: rgb(12,141,230); }
td.TdClassName
{
border-color: #0C8DE6;
}
.TagClassName
{
border-color: #0C8DE6;
}
</style>