Shades of Dodger Blue #0C6AFF
Tints of Dodger Blue #0C6AFF
RGB
CMYK
RGB Variations
Color information
#0C6AFF (or 0x0C6AFF) is known color: Dodger Blue. HEX triplet: 0C, 6A and FF. RGB value is (12,106,255). Sum of RGB (Red+Green+Blue) = 12+106+255=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C6AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6AFF is #F39500. Grayscale: #5E5E5E. Windows color (decimal): -15963393 or 16738828. OLE color: 16738828.
HSL color Cylindrical-coordinate representation of color #0C6AFF: hue angle of 216.79º 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 #0C6AFF is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 106 | 255 | - |
| CMYK | 0.95 | 0.58 | 0 | 0 |
| HSL | 216.79º | 1% | 0.52% | - |
| HSV(B) | 216.79º | 0.95% | 1% | - |
| XYZ | 23.36 | 17.61 | 96.78 | - |
| YUV | 94.88 | 218.36 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 255 | 0.95 | 0.58 | 0 | 0 | 216.79 | 1 | 0.52 |
| Hex | C | 6A | FF | 5F | 3A | 0 | 0 | D9 | 64 | 34 |
| Octal | 14 | 152 | 377 | 137 | 72 | 0 | 0 | 331 | 144 | 64 |
| Binary | 1100 | 1101010 | 11111111 | 1011111 | 111010 | 0 | 0 | 11011001 | 1100100 | 110100 |
Color Harmonies of #0C6AFF
Complementary color
Monochromatic Colors of #0C6AFF
Black with #0C6AFF
Text Example
Text Example
White with #0C6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6AFF; }
p { color: rgb(12,106,255); }
H1.HeaderClassName
{
color: #0C6AFF;
}
.AnyTagClassName
{
color: #0C6AFF;
}
</style>
background-color css
<style>
a { background-color: #0C6AFF; }
a { background-color: rgb(12,106,255); }
div.DivClassName
{
background-color: #0C6AFF;
}
.BgClassName
{
background-color: #0C6AFF;
}
</style>
border-color css
<style>
span { border-color: #0C6AFF; }
span { border-color: rgb(12,106,255); }
td.TdClassName
{
border-color: #0C6AFF;
}
.TagClassName
{
border-color: #0C6AFF;
}
</style>