Shades of Dodger Blue #076DFE
Tints of Dodger Blue #076DFE
RGB
CMYK
RGB Variations
Color information
#076DFE (or 0x076DFE) is known color: Dodger Blue. HEX triplet: 07, 6D and FE. RGB value is (7,109,254). Sum of RGB (Red+Green+Blue) = 7+109+254=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #076DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DFE is #F89201. Grayscale: #5E5E5E. Windows color (decimal): -16290306 or 16674055. OLE color: 16674055.
HSL color Cylindrical-coordinate representation of color #076DFE: hue angle of 215.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076DFE is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 109 | 254 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.00 |
| HSL | 215.22º | 0.99% | 0.51% | - |
| HSV(B) | 215.22º | 0.97% | 1% | - |
| XYZ | 23.45 | 18.14 | 96.03 | - |
| YUV | 95.03 | 217.71 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 254 | 0.97 | 0.57 | 0 | 0.00 | 215.22 | 0.99 | 0.51 |
| Hex | 7 | 6D | FE | 61 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 7 | 155 | 376 | 141 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 111 | 1101101 | 11111110 | 1100001 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #076DFE
Complementary color
Monochromatic Colors of #076DFE
Black with #076DFE
Text Example
Text Example
White with #076DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DFE; }
p { color: rgb(7,109,254); }
H1.HeaderClassName
{
color: #076DFE;
}
.AnyTagClassName
{
color: #076DFE;
}
</style>
background-color css
<style>
a { background-color: #076DFE; }
a { background-color: rgb(7,109,254); }
div.DivClassName
{
background-color: #076DFE;
}
.BgClassName
{
background-color: #076DFE;
}
</style>
border-color css
<style>
span { border-color: #076DFE; }
span { border-color: rgb(7,109,254); }
td.TdClassName
{
border-color: #076DFE;
}
.TagClassName
{
border-color: #076DFE;
}
</style>