Shades of Dodger Blue #076DFF
Tints of Dodger Blue #076DFF
RGB
CMYK
RGB Variations
Color information
#076DFF (or 0x076DFF) is known color: Dodger Blue. HEX triplet: 07, 6D and FF. RGB value is (7,109,255). Sum of RGB (Red+Green+Blue) = 7+109+255=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #076DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DFF is #F89200. Grayscale: #5E5E5E. Windows color (decimal): -16290305 or 16739591. OLE color: 16739591.
HSL color Cylindrical-coordinate representation of color #076DFF: hue angle of 215.32º 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 #076DFF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 109 | 255 | - |
| CMYK | 0.97 | 0.57 | 0 | 0 |
| HSL | 215.32º | 1% | 0.51% | - |
| HSV(B) | 215.32º | 0.97% | 1% | - |
| XYZ | 23.61 | 18.2 | 96.88 | - |
| YUV | 95.15 | 218.21 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 255 | 0.97 | 0.57 | 0 | 0 | 215.32 | 1 | 0.51 |
| Hex | 7 | 6D | FF | 61 | 39 | 0 | 0 | D7 | 64 | 33 |
| Octal | 7 | 155 | 377 | 141 | 71 | 0 | 0 | 327 | 144 | 63 |
| Binary | 111 | 1101101 | 11111111 | 1100001 | 111001 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #076DFF
Complementary color
Monochromatic Colors of #076DFF
Black with #076DFF
Text Example
Text Example
White with #076DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DFF; }
p { color: rgb(7,109,255); }
H1.HeaderClassName
{
color: #076DFF;
}
.AnyTagClassName
{
color: #076DFF;
}
</style>
background-color css
<style>
a { background-color: #076DFF; }
a { background-color: rgb(7,109,255); }
div.DivClassName
{
background-color: #076DFF;
}
.BgClassName
{
background-color: #076DFF;
}
</style>
border-color css
<style>
span { border-color: #076DFF; }
span { border-color: rgb(7,109,255); }
td.TdClassName
{
border-color: #076DFF;
}
.TagClassName
{
border-color: #076DFF;
}
</style>