Shades of Dodger Blue #0C77FF
Tints of Dodger Blue #0C77FF
RGB
CMYK
RGB Variations
Color information
#0C77FF (or 0x0C77FF) is known color: Dodger Blue. HEX triplet: 0C, 77 and FF. RGB value is (12,119,255). Sum of RGB (Red+Green+Blue) = 12+119+255=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C77FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C77FF is #F38800. Grayscale: #656565. Windows color (decimal): -15960065 or 16742156. OLE color: 16742156.
HSL color Cylindrical-coordinate representation of color #0C77FF: hue angle of 213.58º 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 #0C77FF is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 119 | 255 | - |
| CMYK | 0.95 | 0.53 | 0 | 0 |
| HSL | 213.58º | 1% | 0.52% | - |
| HSV(B) | 213.58º | 0.95% | 1% | - |
| XYZ | 24.8 | 20.49 | 97.26 | - |
| YUV | 102.51 | 214.05 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 255 | 0.95 | 0.53 | 0 | 0 | 213.58 | 1 | 0.52 |
| Hex | C | 77 | FF | 5F | 35 | 0 | 0 | D6 | 64 | 34 |
| Octal | 14 | 167 | 377 | 137 | 65 | 0 | 0 | 326 | 144 | 64 |
| Binary | 1100 | 1110111 | 11111111 | 1011111 | 110101 | 0 | 0 | 11010110 | 1100100 | 110100 |
Color Harmonies of #0C77FF
Complementary color
Monochromatic Colors of #0C77FF
Black with #0C77FF
Text Example
Text Example
White with #0C77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C77FF; }
p { color: rgb(12,119,255); }
H1.HeaderClassName
{
color: #0C77FF;
}
.AnyTagClassName
{
color: #0C77FF;
}
</style>
background-color css
<style>
a { background-color: #0C77FF; }
a { background-color: rgb(12,119,255); }
div.DivClassName
{
background-color: #0C77FF;
}
.BgClassName
{
background-color: #0C77FF;
}
</style>
border-color css
<style>
span { border-color: #0C77FF; }
span { border-color: rgb(12,119,255); }
td.TdClassName
{
border-color: #0C77FF;
}
.TagClassName
{
border-color: #0C77FF;
}
</style>