Shades of Dodger Blue #0794FA
Tints of Dodger Blue #0794FA
RGB
CMYK
RGB Variations
Color information
#0794FA (or 0x0794FA) is known color: Dodger Blue. HEX triplet: 07, 94 and FA. RGB value is (7,148,250). Sum of RGB (Red+Green+Blue) = 7+148+250=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #0794FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0794FA is #F86B05. Grayscale: #747474. Windows color (decimal): -16280326 or 16421895. OLE color: 16421895.
HSL color Cylindrical-coordinate representation of color #0794FA: hue angle of 205.19º 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 #0794FA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 148 | 250 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.02 |
| HSL | 205.19º | 0.96% | 0.5% | - |
| HSV(B) | 205.19º | 0.97% | 0.98% | - |
| XYZ | 27.93 | 28.13 | 94.4 | - |
| YUV | 117.47 | 202.79 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 250 | 0.97 | 0.41 | 0 | 0.02 | 205.19 | 0.96 | 0.5 |
| Hex | 7 | 94 | FA | 61 | 29 | 0 | 2 | CD | 60 | 32 |
| Octal | 7 | 224 | 372 | 141 | 51 | 0 | 2 | 315 | 140 | 62 |
| Binary | 111 | 10010100 | 11111010 | 1100001 | 101001 | 0 | 10 | 11001101 | 1100000 | 110010 |
Color Harmonies of #0794FA
Complementary color
Monochromatic Colors of #0794FA
Black with #0794FA
Text Example
Text Example
White with #0794FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0794FA; }
p { color: rgb(7,148,250); }
H1.HeaderClassName
{
color: #0794FA;
}
.AnyTagClassName
{
color: #0794FA;
}
</style>
background-color css
<style>
a { background-color: #0794FA; }
a { background-color: rgb(7,148,250); }
div.DivClassName
{
background-color: #0794FA;
}
.BgClassName
{
background-color: #0794FA;
}
</style>
border-color css
<style>
span { border-color: #0794FA; }
span { border-color: rgb(7,148,250); }
td.TdClassName
{
border-color: #0794FA;
}
.TagClassName
{
border-color: #0794FA;
}
</style>