Shades of Dodger Blue #0C6DFF
Tints of Dodger Blue #0C6DFF
RGB
CMYK
RGB Variations
Color information
#0C6DFF (or 0x0C6DFF) is known color: Dodger Blue. HEX triplet: 0C, 6D and FF. RGB value is (12,109,255). Sum of RGB (Red+Green+Blue) = 12+109+255=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C6DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6DFF is #F39200. Grayscale: #5F5F5F. Windows color (decimal): -15962625 or 16739596. OLE color: 16739596.
HSL color Cylindrical-coordinate representation of color #0C6DFF: hue angle of 216.05º 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 #0C6DFF is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 109 | 255 | - |
| CMYK | 0.95 | 0.57 | 0 | 0 |
| HSL | 216.05º | 1% | 0.52% | - |
| HSV(B) | 216.05º | 0.95% | 1% | - |
| XYZ | 23.67 | 18.24 | 96.88 | - |
| YUV | 96.64 | 217.36 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 255 | 0.95 | 0.57 | 0 | 0 | 216.05 | 1 | 0.52 |
| Hex | C | 6D | FF | 5F | 39 | 0 | 0 | D8 | 64 | 34 |
| Octal | 14 | 155 | 377 | 137 | 71 | 0 | 0 | 330 | 144 | 64 |
| Binary | 1100 | 1101101 | 11111111 | 1011111 | 111001 | 0 | 0 | 11011000 | 1100100 | 110100 |
Color Harmonies of #0C6DFF
Complementary color
Monochromatic Colors of #0C6DFF
Black with #0C6DFF
Text Example
Text Example
White with #0C6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DFF; }
p { color: rgb(12,109,255); }
H1.HeaderClassName
{
color: #0C6DFF;
}
.AnyTagClassName
{
color: #0C6DFF;
}
</style>
background-color css
<style>
a { background-color: #0C6DFF; }
a { background-color: rgb(12,109,255); }
div.DivClassName
{
background-color: #0C6DFF;
}
.BgClassName
{
background-color: #0C6DFF;
}
</style>
border-color css
<style>
span { border-color: #0C6DFF; }
span { border-color: rgb(12,109,255); }
td.TdClassName
{
border-color: #0C6DFF;
}
.TagClassName
{
border-color: #0C6DFF;
}
</style>