Shades of Dodger Blue #0776FC
Tints of Dodger Blue #0776FC
RGB
CMYK
RGB Variations
Color information
#0776FC (or 0x0776FC) is known color: Dodger Blue. HEX triplet: 07, 76 and FC. RGB value is (7,118,252). Sum of RGB (Red+Green+Blue) = 7+118+252=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #0776FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0776FC is #F88903. Grayscale: #636363. Windows color (decimal): -16288004 or 16545287. OLE color: 16545287.
HSL color Cylindrical-coordinate representation of color #0776FC: hue angle of 212.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0776FC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 118 | 252 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.01 |
| HSL | 212.82º | 0.98% | 0.51% | - |
| HSV(B) | 212.82º | 0.97% | 0.99% | - |
| XYZ | 24.14 | 20.03 | 94.69 | - |
| YUV | 100.09 | 213.73 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 252 | 0.97 | 0.53 | 0 | 0.01 | 212.82 | 0.98 | 0.51 |
| Hex | 7 | 76 | FC | 61 | 35 | 0 | 1 | D5 | 62 | 33 |
| Octal | 7 | 166 | 374 | 141 | 65 | 0 | 1 | 325 | 142 | 63 |
| Binary | 111 | 1110110 | 11111100 | 1100001 | 110101 | 0 | 1 | 11010101 | 1100010 | 110011 |
Color Harmonies of #0776FC
Complementary color
Monochromatic Colors of #0776FC
Black with #0776FC
Text Example
Text Example
White with #0776FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0776FC; }
p { color: rgb(7,118,252); }
H1.HeaderClassName
{
color: #0776FC;
}
.AnyTagClassName
{
color: #0776FC;
}
</style>
background-color css
<style>
a { background-color: #0776FC; }
a { background-color: rgb(7,118,252); }
div.DivClassName
{
background-color: #0776FC;
}
.BgClassName
{
background-color: #0776FC;
}
</style>
border-color css
<style>
span { border-color: #0776FC; }
span { border-color: rgb(7,118,252); }
td.TdClassName
{
border-color: #0776FC;
}
.TagClassName
{
border-color: #0776FC;
}
</style>