Shades of Dodger Blue #07A0F3
Tints of Dodger Blue #07A0F3
RGB
CMYK
RGB Variations
Color information
#07A0F3 (or 0x07A0F3) is known color: Dodger Blue. HEX triplet: 07, A0 and F3. RGB value is (7,160,243). Sum of RGB (Red+Green+Blue) = 7+160+243=410 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #07A0F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A0F3 is #F85F0C. Grayscale: #7B7B7B. Windows color (decimal): -16277261 or 15966215. OLE color: 15966215.
HSL color Cylindrical-coordinate representation of color #07A0F3: hue angle of 201.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A0F3 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 160 | 243 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.05 |
| HSL | 201.1º | 0.94% | 0.49% | - |
| HSV(B) | 201.1º | 0.97% | 0.95% | - |
| XYZ | 28.84 | 31.66 | 89.38 | - |
| YUV | 123.72 | 195.31 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 243 | 0.97 | 0.34 | 0 | 0.05 | 201.1 | 0.94 | 0.49 |
| Hex | 7 | A0 | F3 | 61 | 22 | 0 | 5 | C9 | 5E | 31 |
| Octal | 7 | 240 | 363 | 141 | 42 | 0 | 5 | 311 | 136 | 61 |
| Binary | 111 | 10100000 | 11110011 | 1100001 | 100010 | 0 | 101 | 11001001 | 1011110 | 110001 |
Color Harmonies of #07A0F3
Complementary color
Monochromatic Colors of #07A0F3
Black with #07A0F3
Text Example
Text Example
White with #07A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0F3; }
p { color: rgb(7,160,243); }
H1.HeaderClassName
{
color: #07A0F3;
}
.AnyTagClassName
{
color: #07A0F3;
}
</style>
background-color css
<style>
a { background-color: #07A0F3; }
a { background-color: rgb(7,160,243); }
div.DivClassName
{
background-color: #07A0F3;
}
.BgClassName
{
background-color: #07A0F3;
}
</style>
border-color css
<style>
span { border-color: #07A0F3; }
span { border-color: rgb(7,160,243); }
td.TdClassName
{
border-color: #07A0F3;
}
.TagClassName
{
border-color: #07A0F3;
}
</style>