Shades of Dodger Blue #07A0FE
Tints of Dodger Blue #07A0FE
RGB
CMYK
RGB Variations
Color information
#07A0FE (or 0x07A0FE) is known color: Dodger Blue. HEX triplet: 07, A0 and FE. RGB value is (7,160,254). Sum of RGB (Red+Green+Blue) = 7+160+254=421 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #07A0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A0FE is #F85F01. Grayscale: #7C7C7C. Windows color (decimal): -16277250 or 16687111. OLE color: 16687111.
HSL color Cylindrical-coordinate representation of color #07A0FE: hue angle of 202.83º 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 #07A0FE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 160 | 254 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.00 |
| HSL | 202.83º | 0.99% | 0.51% | - |
| HSV(B) | 202.83º | 0.97% | 1% | - |
| XYZ | 30.55 | 32.34 | 98.4 | - |
| YUV | 124.97 | 200.81 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 254 | 0.97 | 0.37 | 0 | 0.00 | 202.83 | 0.99 | 0.51 |
| Hex | 7 | A0 | FE | 61 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 7 | 240 | 376 | 141 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 111 | 10100000 | 11111110 | 1100001 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #07A0FE
Complementary color
Monochromatic Colors of #07A0FE
Black with #07A0FE
Text Example
Text Example
White with #07A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0FE; }
p { color: rgb(7,160,254); }
H1.HeaderClassName
{
color: #07A0FE;
}
.AnyTagClassName
{
color: #07A0FE;
}
</style>
background-color css
<style>
a { background-color: #07A0FE; }
a { background-color: rgb(7,160,254); }
div.DivClassName
{
background-color: #07A0FE;
}
.BgClassName
{
background-color: #07A0FE;
}
</style>
border-color css
<style>
span { border-color: #07A0FE; }
span { border-color: rgb(7,160,254); }
td.TdClassName
{
border-color: #07A0FE;
}
.TagClassName
{
border-color: #07A0FE;
}
</style>