Shades of Dodger Blue #076EFF
Tints of Dodger Blue #076EFF
RGB
CMYK
RGB Variations
Color information
#076EFF (or 0x076EFF) is known color: Dodger Blue. HEX triplet: 07, 6E and FF. RGB value is (7,110,255). Sum of RGB (Red+Green+Blue) = 7+110+255=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #076EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EFF is #F89100. Grayscale: #5F5F5F. Windows color (decimal): -16290049 or 16739847. OLE color: 16739847.
HSL color Cylindrical-coordinate representation of color #076EFF: hue angle of 215.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EFF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 110 | 255 | - |
| CMYK | 0.97 | 0.57 | 0 | 0 |
| HSL | 215.08º | 1% | 0.51% | - |
| HSV(B) | 215.08º | 0.97% | 1% | - |
| XYZ | 23.71 | 18.42 | 96.91 | - |
| YUV | 95.73 | 217.88 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 255 | 0.97 | 0.57 | 0 | 0 | 215.08 | 1 | 0.51 |
| Hex | 7 | 6E | FF | 61 | 39 | 0 | 0 | D7 | 64 | 33 |
| Octal | 7 | 156 | 377 | 141 | 71 | 0 | 0 | 327 | 144 | 63 |
| Binary | 111 | 1101110 | 11111111 | 1100001 | 111001 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #076EFF
Complementary color
Monochromatic Colors of #076EFF
Black with #076EFF
Text Example
Text Example
White with #076EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EFF; }
p { color: rgb(7,110,255); }
H1.HeaderClassName
{
color: #076EFF;
}
.AnyTagClassName
{
color: #076EFF;
}
</style>
background-color css
<style>
a { background-color: #076EFF; }
a { background-color: rgb(7,110,255); }
div.DivClassName
{
background-color: #076EFF;
}
.BgClassName
{
background-color: #076EFF;
}
</style>
border-color css
<style>
span { border-color: #076EFF; }
span { border-color: rgb(7,110,255); }
td.TdClassName
{
border-color: #076EFF;
}
.TagClassName
{
border-color: #076EFF;
}
</style>