Shades of Dodger Blue #0076FF
Tints of Dodger Blue #0076FF
RGB
CMYK
RGB Variations
Color information
#0076FF (or 0x0076FF) is known color: Dodger Blue. HEX triplet: 00, 76 and FF. RGB value is (0,118,255). Sum of RGB (Red+Green+Blue) = 0+118+255=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 118 (46.48% from 255 or 31.64% 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 #0076FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076FF is #FF8900. Grayscale: #616161. Windows color (decimal): -16746753 or 16741888. OLE color: 16741888.
HSL color Cylindrical-coordinate representation of color #0076FF: hue angle of 212.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076FF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 118 | 255 | - |
| CMYK | 1 | 0.54 | 0 | 0 |
| HSL | 212.24º | 1% | 0.5% | - |
| HSV(B) | 212.24º | 1% | 1% | - |
| XYZ | 24.53 | 20.18 | 97.21 | - |
| YUV | 98.34 | 216.41 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 255 | 1 | 0.54 | 0 | 0 | 212.24 | 1 | 0.5 |
| Hex | 0 | 76 | FF | 64 | 36 | 0 | 0 | D4 | 64 | 32 |
| Octal | 0 | 166 | 377 | 144 | 66 | 0 | 0 | 324 | 144 | 62 |
| Binary | 0 | 1110110 | 11111111 | 1100100 | 110110 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0076FF
Complementary color
Monochromatic Colors of #0076FF
Black with #0076FF
Text Example
Text Example
White with #0076FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076FF; }
p { color: rgb(0,118,255); }
H1.HeaderClassName
{
color: #0076FF;
}
.AnyTagClassName
{
color: #0076FF;
}
</style>
background-color css
<style>
a { background-color: #0076FF; }
a { background-color: rgb(0,118,255); }
div.DivClassName
{
background-color: #0076FF;
}
.BgClassName
{
background-color: #0076FF;
}
</style>
border-color css
<style>
span { border-color: #0076FF; }
span { border-color: rgb(0,118,255); }
td.TdClassName
{
border-color: #0076FF;
}
.TagClassName
{
border-color: #0076FF;
}
</style>