Shades of Dodger Blue #07A2FE
Tints of Dodger Blue #07A2FE
RGB
CMYK
RGB Variations
Color information
#07A2FE (or 0x07A2FE) is known color: Dodger Blue. HEX triplet: 07, A2 and FE. RGB value is (7,162,254). Sum of RGB (Red+Green+Blue) = 7+162+254=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #07A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A2FE is #F85D01. Grayscale: #7D7D7D. Windows color (decimal): -16276738 or 16687623. OLE color: 16687623.
HSL color Cylindrical-coordinate representation of color #07A2FE: hue angle of 202.35º 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 #07A2FE is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 162 | 254 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.00 |
| HSL | 202.35º | 0.99% | 0.51% | - |
| HSV(B) | 202.35º | 0.97% | 1% | - |
| XYZ | 30.9 | 33.04 | 98.52 | - |
| YUV | 126.14 | 200.15 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 254 | 0.97 | 0.36 | 0 | 0.00 | 202.35 | 0.99 | 0.51 |
| Hex | 7 | A2 | FE | 61 | 24 | 0 | 0 | CA | 63 | 33 |
| Octal | 7 | 242 | 376 | 141 | 44 | 0 | 0 | 312 | 143 | 63 |
| Binary | 111 | 10100010 | 11111110 | 1100001 | 100100 | 0 | 0 | 11001010 | 1100011 | 110011 |
Color Harmonies of #07A2FE
Complementary color
Monochromatic Colors of #07A2FE
Black with #07A2FE
Text Example
Text Example
White with #07A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A2FE; }
p { color: rgb(7,162,254); }
H1.HeaderClassName
{
color: #07A2FE;
}
.AnyTagClassName
{
color: #07A2FE;
}
</style>
background-color css
<style>
a { background-color: #07A2FE; }
a { background-color: rgb(7,162,254); }
div.DivClassName
{
background-color: #07A2FE;
}
.BgClassName
{
background-color: #07A2FE;
}
</style>
border-color css
<style>
span { border-color: #07A2FE; }
span { border-color: rgb(7,162,254); }
td.TdClassName
{
border-color: #07A2FE;
}
.TagClassName
{
border-color: #07A2FE;
}
</style>