Shades of Dodger Blue #0798FB
Tints of Dodger Blue #0798FB
RGB
CMYK
RGB Variations
Color information
#0798FB (or 0x0798FB) is known color: Dodger Blue. HEX triplet: 07, 98 and FB. RGB value is (7,152,251). Sum of RGB (Red+Green+Blue) = 7+152+251=410 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #0798FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0798FB is #F86704. Grayscale: #777777. Windows color (decimal): -16279301 or 16488455. OLE color: 16488455.
HSL color Cylindrical-coordinate representation of color #0798FB: hue angle of 204.34º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0798FB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 152 | 251 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.02 |
| HSL | 204.34º | 0.97% | 0.51% | - |
| HSV(B) | 204.34º | 0.97% | 0.98% | - |
| XYZ | 28.73 | 29.47 | 95.44 | - |
| YUV | 119.93 | 201.96 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 251 | 0.97 | 0.39 | 0 | 0.02 | 204.34 | 0.97 | 0.51 |
| Hex | 7 | 98 | FB | 61 | 27 | 0 | 2 | CC | 61 | 33 |
| Octal | 7 | 230 | 373 | 141 | 47 | 0 | 2 | 314 | 141 | 63 |
| Binary | 111 | 10011000 | 11111011 | 1100001 | 100111 | 0 | 10 | 11001100 | 1100001 | 110011 |
Color Harmonies of #0798FB
Complementary color
Monochromatic Colors of #0798FB
Black with #0798FB
Text Example
Text Example
White with #0798FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0798FB; }
p { color: rgb(7,152,251); }
H1.HeaderClassName
{
color: #0798FB;
}
.AnyTagClassName
{
color: #0798FB;
}
</style>
background-color css
<style>
a { background-color: #0798FB; }
a { background-color: rgb(7,152,251); }
div.DivClassName
{
background-color: #0798FB;
}
.BgClassName
{
background-color: #0798FB;
}
</style>
border-color css
<style>
span { border-color: #0798FB; }
span { border-color: rgb(7,152,251); }
td.TdClassName
{
border-color: #0798FB;
}
.TagClassName
{
border-color: #0798FB;
}
</style>