Shades of Dodger Blue #0776EF
Tints of Dodger Blue #0776EF
RGB
CMYK
RGB Variations
Color information
#0776EF (or 0x0776EF) is known color: Dodger Blue. HEX triplet: 07, 76 and EF. RGB value is (7,118,239). Sum of RGB (Red+Green+Blue) = 7+118+239=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0776EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0776EF is #F88910. Grayscale: #626262. Windows color (decimal): -16288017 or 15693319. OLE color: 15693319.
HSL color Cylindrical-coordinate representation of color #0776EF: hue angle of 211.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0776EF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 118 | 239 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.06 |
| HSL | 211.29º | 0.94% | 0.48% | - |
| HSV(B) | 211.29º | 0.97% | 0.94% | - |
| XYZ | 22.15 | 19.23 | 84.21 | - |
| YUV | 98.61 | 207.23 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 239 | 0.97 | 0.51 | 0 | 0.06 | 211.29 | 0.94 | 0.48 |
| Hex | 7 | 76 | EF | 61 | 33 | 0 | 6 | D3 | 5E | 30 |
| Octal | 7 | 166 | 357 | 141 | 63 | 0 | 6 | 323 | 136 | 60 |
| Binary | 111 | 1110110 | 11101111 | 1100001 | 110011 | 0 | 110 | 11010011 | 1011110 | 110000 |
Color Harmonies of #0776EF
Complementary color
Monochromatic Colors of #0776EF
Black with #0776EF
Text Example
Text Example
White with #0776EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0776EF; }
p { color: rgb(7,118,239); }
H1.HeaderClassName
{
color: #0776EF;
}
.AnyTagClassName
{
color: #0776EF;
}
</style>
background-color css
<style>
a { background-color: #0776EF; }
a { background-color: rgb(7,118,239); }
div.DivClassName
{
background-color: #0776EF;
}
.BgClassName
{
background-color: #0776EF;
}
</style>
border-color css
<style>
span { border-color: #0776EF; }
span { border-color: rgb(7,118,239); }
td.TdClassName
{
border-color: #0776EF;
}
.TagClassName
{
border-color: #0776EF;
}
</style>