Shades of Dodger Blue #0793FA
Tints of Dodger Blue #0793FA
RGB
CMYK
RGB Variations
Color information
#0793FA (or 0x0793FA) is known color: Dodger Blue. HEX triplet: 07, 93 and FA. RGB value is (7,147,250). Sum of RGB (Red+Green+Blue) = 7+147+250=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #0793FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0793FA is #F86C05. Grayscale: #747474. Windows color (decimal): -16280582 or 16421639. OLE color: 16421639.
HSL color Cylindrical-coordinate representation of color #0793FA: hue angle of 205.43º 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 #0793FA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 147 | 250 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.02 |
| HSL | 205.43º | 0.96% | 0.5% | - |
| HSV(B) | 205.43º | 0.97% | 0.98% | - |
| XYZ | 27.78 | 27.81 | 94.35 | - |
| YUV | 116.88 | 203.12 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 250 | 0.97 | 0.41 | 0 | 0.02 | 205.43 | 0.96 | 0.5 |
| Hex | 7 | 93 | FA | 61 | 29 | 0 | 2 | CD | 60 | 32 |
| Octal | 7 | 223 | 372 | 141 | 51 | 0 | 2 | 315 | 140 | 62 |
| Binary | 111 | 10010011 | 11111010 | 1100001 | 101001 | 0 | 10 | 11001101 | 1100000 | 110010 |
Color Harmonies of #0793FA
Complementary color
Monochromatic Colors of #0793FA
Black with #0793FA
Text Example
Text Example
White with #0793FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793FA; }
p { color: rgb(7,147,250); }
H1.HeaderClassName
{
color: #0793FA;
}
.AnyTagClassName
{
color: #0793FA;
}
</style>
background-color css
<style>
a { background-color: #0793FA; }
a { background-color: rgb(7,147,250); }
div.DivClassName
{
background-color: #0793FA;
}
.BgClassName
{
background-color: #0793FA;
}
</style>
border-color css
<style>
span { border-color: #0793FA; }
span { border-color: rgb(7,147,250); }
td.TdClassName
{
border-color: #0793FA;
}
.TagClassName
{
border-color: #0793FA;
}
</style>