Shades of Dodger Blue #07A1FA
Tints of Dodger Blue #07A1FA
RGB
CMYK
RGB Variations
Color information
#07A1FA (or 0x07A1FA) is known color: Dodger Blue. HEX triplet: 07, A1 and FA. RGB value is (7,161,250). Sum of RGB (Red+Green+Blue) = 7+161+250=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #07A1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A1FA is #F85E05. Grayscale: #7C7C7C. Windows color (decimal): -16276998 or 16425223. OLE color: 16425223.
HSL color Cylindrical-coordinate representation of color #07A1FA: hue angle of 201.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A1FA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 161 | 250 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.02 |
| HSL | 201.98º | 0.96% | 0.5% | - |
| HSV(B) | 201.98º | 0.97% | 0.98% | - |
| XYZ | 30.09 | 32.44 | 95.12 | - |
| YUV | 125.1 | 198.48 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 250 | 0.97 | 0.36 | 0 | 0.02 | 201.98 | 0.96 | 0.5 |
| Hex | 7 | A1 | FA | 61 | 24 | 0 | 2 | CA | 60 | 32 |
| Octal | 7 | 241 | 372 | 141 | 44 | 0 | 2 | 312 | 140 | 62 |
| Binary | 111 | 10100001 | 11111010 | 1100001 | 100100 | 0 | 10 | 11001010 | 1100000 | 110010 |
Color Harmonies of #07A1FA
Complementary color
Monochromatic Colors of #07A1FA
Black with #07A1FA
Text Example
Text Example
White with #07A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1FA; }
p { color: rgb(7,161,250); }
H1.HeaderClassName
{
color: #07A1FA;
}
.AnyTagClassName
{
color: #07A1FA;
}
</style>
background-color css
<style>
a { background-color: #07A1FA; }
a { background-color: rgb(7,161,250); }
div.DivClassName
{
background-color: #07A1FA;
}
.BgClassName
{
background-color: #07A1FA;
}
</style>
border-color css
<style>
span { border-color: #07A1FA; }
span { border-color: rgb(7,161,250); }
td.TdClassName
{
border-color: #07A1FA;
}
.TagClassName
{
border-color: #07A1FA;
}
</style>