Shades of Dodger Blue #07A0EE
Tints of Dodger Blue #07A0EE
RGB
CMYK
RGB Variations
Color information
#07A0EE (or 0x07A0EE) is known color: Dodger Blue. HEX triplet: 07, A0 and EE. RGB value is (7,160,238). Sum of RGB (Red+Green+Blue) = 7+160+238=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #07A0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A0EE is #F85F11. Grayscale: #7A7A7A. Windows color (decimal): -16277266 or 15638535. OLE color: 15638535.
HSL color Cylindrical-coordinate representation of color #07A0EE: hue angle of 200.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A0EE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 160 | 238 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.07 |
| HSL | 200.26º | 0.94% | 0.48% | - |
| HSV(B) | 200.26º | 0.97% | 0.93% | - |
| XYZ | 28.09 | 31.36 | 85.46 | - |
| YUV | 123.15 | 192.81 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 238 | 0.97 | 0.33 | 0 | 0.07 | 200.26 | 0.94 | 0.48 |
| Hex | 7 | A0 | EE | 61 | 21 | 0 | 7 | C8 | 5E | 30 |
| Octal | 7 | 240 | 356 | 141 | 41 | 0 | 7 | 310 | 136 | 60 |
| Binary | 111 | 10100000 | 11101110 | 1100001 | 100001 | 0 | 111 | 11001000 | 1011110 | 110000 |
Color Harmonies of #07A0EE
Complementary color
Monochromatic Colors of #07A0EE
Black with #07A0EE
Text Example
Text Example
White with #07A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0EE; }
p { color: rgb(7,160,238); }
H1.HeaderClassName
{
color: #07A0EE;
}
.AnyTagClassName
{
color: #07A0EE;
}
</style>
background-color css
<style>
a { background-color: #07A0EE; }
a { background-color: rgb(7,160,238); }
div.DivClassName
{
background-color: #07A0EE;
}
.BgClassName
{
background-color: #07A0EE;
}
</style>
border-color css
<style>
span { border-color: #07A0EE; }
span { border-color: rgb(7,160,238); }
td.TdClassName
{
border-color: #07A0EE;
}
.TagClassName
{
border-color: #07A0EE;
}
</style>