Shades of Dodger Blue #076EFE
Tints of Dodger Blue #076EFE
RGB
CMYK
RGB Variations
Color information
#076EFE (or 0x076EFE) is known color: Dodger Blue. HEX triplet: 07, 6E and FE. RGB value is (7,110,254). Sum of RGB (Red+Green+Blue) = 7+110+254=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #076EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EFE is #F89101. Grayscale: #5E5E5E. Windows color (decimal): -16290050 or 16674311. OLE color: 16674311.
HSL color Cylindrical-coordinate representation of color #076EFE: hue angle of 214.98º 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 #076EFE is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 110 | 254 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.00 |
| HSL | 214.98º | 0.99% | 0.51% | - |
| HSV(B) | 214.98º | 0.97% | 1% | - |
| XYZ | 23.55 | 18.35 | 96.07 | - |
| YUV | 95.62 | 217.38 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 254 | 0.97 | 0.57 | 0 | 0.00 | 214.98 | 0.99 | 0.51 |
| Hex | 7 | 6E | FE | 61 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 7 | 156 | 376 | 141 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 111 | 1101110 | 11111110 | 1100001 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #076EFE
Complementary color
Monochromatic Colors of #076EFE
Black with #076EFE
Text Example
Text Example
White with #076EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EFE; }
p { color: rgb(7,110,254); }
H1.HeaderClassName
{
color: #076EFE;
}
.AnyTagClassName
{
color: #076EFE;
}
</style>
background-color css
<style>
a { background-color: #076EFE; }
a { background-color: rgb(7,110,254); }
div.DivClassName
{
background-color: #076EFE;
}
.BgClassName
{
background-color: #076EFE;
}
</style>
border-color css
<style>
span { border-color: #076EFE; }
span { border-color: rgb(7,110,254); }
td.TdClassName
{
border-color: #076EFE;
}
.TagClassName
{
border-color: #076EFE;
}
</style>