Shades of Dodger Blue #076AFF
Tints of Dodger Blue #076AFF
RGB
CMYK
RGB Variations
Color information
#076AFF (or 0x076AFF) is known color: Dodger Blue. HEX triplet: 07, 6A and FF. RGB value is (7,106,255). Sum of RGB (Red+Green+Blue) = 7+106+255=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #076AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076AFF is #F89500. Grayscale: #5C5C5C. Windows color (decimal): -16291073 or 16738823. OLE color: 16738823.
HSL color Cylindrical-coordinate representation of color #076AFF: hue angle of 216.05º 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 #076AFF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 106 | 255 | - |
| CMYK | 0.97 | 0.58 | 0 | 0 |
| HSL | 216.05º | 1% | 0.51% | - |
| HSV(B) | 216.05º | 0.97% | 1% | - |
| XYZ | 23.29 | 17.57 | 96.77 | - |
| YUV | 93.39 | 219.2 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 255 | 0.97 | 0.58 | 0 | 0 | 216.05 | 1 | 0.51 |
| Hex | 7 | 6A | FF | 61 | 3A | 0 | 0 | D8 | 64 | 33 |
| Octal | 7 | 152 | 377 | 141 | 72 | 0 | 0 | 330 | 144 | 63 |
| Binary | 111 | 1101010 | 11111111 | 1100001 | 111010 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #076AFF
Complementary color
Monochromatic Colors of #076AFF
Black with #076AFF
Text Example
Text Example
White with #076AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AFF; }
p { color: rgb(7,106,255); }
H1.HeaderClassName
{
color: #076AFF;
}
.AnyTagClassName
{
color: #076AFF;
}
</style>
background-color css
<style>
a { background-color: #076AFF; }
a { background-color: rgb(7,106,255); }
div.DivClassName
{
background-color: #076AFF;
}
.BgClassName
{
background-color: #076AFF;
}
</style>
border-color css
<style>
span { border-color: #076AFF; }
span { border-color: rgb(7,106,255); }
td.TdClassName
{
border-color: #076AFF;
}
.TagClassName
{
border-color: #076AFF;
}
</style>