Shades of Dodger Blue #0C7AFF
Tints of Dodger Blue #0C7AFF
RGB
CMYK
RGB Variations
Color information
#0C7AFF (or 0x0C7AFF) is known color: Dodger Blue. HEX triplet: 0C, 7A and FF. RGB value is (12,122,255). Sum of RGB (Red+Green+Blue) = 12+122+255=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C7AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7AFF is #F38500. Grayscale: #676767. Windows color (decimal): -15959297 or 16742924. OLE color: 16742924.
HSL color Cylindrical-coordinate representation of color #0C7AFF: hue angle of 212.84º 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 #0C7AFF is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 122 | 255 | - |
| CMYK | 0.95 | 0.52 | 0 | 0 |
| HSL | 212.84º | 1% | 0.52% | - |
| HSV(B) | 212.84º | 0.95% | 1% | - |
| XYZ | 25.16 | 21.22 | 97.38 | - |
| YUV | 104.27 | 213.06 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 255 | 0.95 | 0.52 | 0 | 0 | 212.84 | 1 | 0.52 |
| Hex | C | 7A | FF | 5F | 34 | 0 | 0 | D5 | 64 | 34 |
| Octal | 14 | 172 | 377 | 137 | 64 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1100 | 1111010 | 11111111 | 1011111 | 110100 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0C7AFF
Complementary color
Monochromatic Colors of #0C7AFF
Black with #0C7AFF
Text Example
Text Example
White with #0C7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AFF; }
p { color: rgb(12,122,255); }
H1.HeaderClassName
{
color: #0C7AFF;
}
.AnyTagClassName
{
color: #0C7AFF;
}
</style>
background-color css
<style>
a { background-color: #0C7AFF; }
a { background-color: rgb(12,122,255); }
div.DivClassName
{
background-color: #0C7AFF;
}
.BgClassName
{
background-color: #0C7AFF;
}
</style>
border-color css
<style>
span { border-color: #0C7AFF; }
span { border-color: rgb(12,122,255); }
td.TdClassName
{
border-color: #0C7AFF;
}
.TagClassName
{
border-color: #0C7AFF;
}
</style>