Shades of Dodger Blue #0C6CFF
Tints of Dodger Blue #0C6CFF
RGB
CMYK
RGB Variations
Color information
#0C6CFF (or 0x0C6CFF) is known color: Dodger Blue. HEX triplet: 0C, 6C and FF. RGB value is (12,108,255). Sum of RGB (Red+Green+Blue) = 12+108+255=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C6CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CFF is #F39300. Grayscale: #5F5F5F. Windows color (decimal): -15962881 or 16739340. OLE color: 16739340.
HSL color Cylindrical-coordinate representation of color #0C6CFF: hue angle of 216.3º 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 #0C6CFF is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 108 | 255 | - |
| CMYK | 0.95 | 0.58 | 0 | 0 |
| HSL | 216.3º | 1% | 0.52% | - |
| HSV(B) | 216.3º | 0.95% | 1% | - |
| XYZ | 23.56 | 18.02 | 96.84 | - |
| YUV | 96.05 | 217.7 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 255 | 0.95 | 0.58 | 0 | 0 | 216.3 | 1 | 0.52 |
| Hex | C | 6C | FF | 5F | 3A | 0 | 0 | D8 | 64 | 34 |
| Octal | 14 | 154 | 377 | 137 | 72 | 0 | 0 | 330 | 144 | 64 |
| Binary | 1100 | 1101100 | 11111111 | 1011111 | 111010 | 0 | 0 | 11011000 | 1100100 | 110100 |
Color Harmonies of #0C6CFF
Complementary color
Monochromatic Colors of #0C6CFF
Black with #0C6CFF
Text Example
Text Example
White with #0C6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6CFF; }
p { color: rgb(12,108,255); }
H1.HeaderClassName
{
color: #0C6CFF;
}
.AnyTagClassName
{
color: #0C6CFF;
}
</style>
background-color css
<style>
a { background-color: #0C6CFF; }
a { background-color: rgb(12,108,255); }
div.DivClassName
{
background-color: #0C6CFF;
}
.BgClassName
{
background-color: #0C6CFF;
}
</style>
border-color css
<style>
span { border-color: #0C6CFF; }
span { border-color: rgb(12,108,255); }
td.TdClassName
{
border-color: #0C6CFF;
}
.TagClassName
{
border-color: #0C6CFF;
}
</style>