Shades of Dodger Blue #0798FA
Tints of Dodger Blue #0798FA
RGB
CMYK
RGB Variations
Color information
#0798FA (or 0x0798FA) is known color: Dodger Blue. HEX triplet: 07, 98 and FA. RGB value is (7,152,250). Sum of RGB (Red+Green+Blue) = 7+152+250=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #0798FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0798FA is #F86705. Grayscale: #777777. Windows color (decimal): -16279302 or 16422919. OLE color: 16422919.
HSL color Cylindrical-coordinate representation of color #0798FA: hue angle of 204.2º 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 #0798FA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 152 | 250 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.02 |
| HSL | 204.2º | 0.96% | 0.5% | - |
| HSV(B) | 204.2º | 0.97% | 0.98% | - |
| XYZ | 28.57 | 29.4 | 94.61 | - |
| YUV | 119.82 | 201.46 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 250 | 0.97 | 0.39 | 0 | 0.02 | 204.2 | 0.96 | 0.5 |
| Hex | 7 | 98 | FA | 61 | 27 | 0 | 2 | CC | 60 | 32 |
| Octal | 7 | 230 | 372 | 141 | 47 | 0 | 2 | 314 | 140 | 62 |
| Binary | 111 | 10011000 | 11111010 | 1100001 | 100111 | 0 | 10 | 11001100 | 1100000 | 110010 |
Color Harmonies of #0798FA
Complementary color
Monochromatic Colors of #0798FA
Black with #0798FA
Text Example
Text Example
White with #0798FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0798FA; }
p { color: rgb(7,152,250); }
H1.HeaderClassName
{
color: #0798FA;
}
.AnyTagClassName
{
color: #0798FA;
}
</style>
background-color css
<style>
a { background-color: #0798FA; }
a { background-color: rgb(7,152,250); }
div.DivClassName
{
background-color: #0798FA;
}
.BgClassName
{
background-color: #0798FA;
}
</style>
border-color css
<style>
span { border-color: #0798FA; }
span { border-color: rgb(7,152,250); }
td.TdClassName
{
border-color: #0798FA;
}
.TagClassName
{
border-color: #0798FA;
}
</style>