Shades of Dodger Blue #0799FC
Tints of Dodger Blue #0799FC
RGB
CMYK
RGB Variations
Color information
#0799FC (or 0x0799FC) is known color: Dodger Blue. HEX triplet: 07, 99 and FC. RGB value is (7,153,252). Sum of RGB (Red+Green+Blue) = 7+153+252=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #0799FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799FC is #F86603. Grayscale: #787878. Windows color (decimal): -16279044 or 16554247. OLE color: 16554247.
HSL color Cylindrical-coordinate representation of color #0799FC: hue angle of 204.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0799FC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 153 | 252 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.01 |
| HSL | 204.24º | 0.98% | 0.51% | - |
| HSV(B) | 204.24º | 0.97% | 0.99% | - |
| XYZ | 29.05 | 29.86 | 96.33 | - |
| YUV | 120.63 | 202.13 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 252 | 0.97 | 0.39 | 0 | 0.01 | 204.24 | 0.98 | 0.51 |
| Hex | 7 | 99 | FC | 61 | 27 | 0 | 1 | CC | 62 | 33 |
| Octal | 7 | 231 | 374 | 141 | 47 | 0 | 1 | 314 | 142 | 63 |
| Binary | 111 | 10011001 | 11111100 | 1100001 | 100111 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #0799FC
Complementary color
Monochromatic Colors of #0799FC
Black with #0799FC
Text Example
Text Example
White with #0799FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799FC; }
p { color: rgb(7,153,252); }
H1.HeaderClassName
{
color: #0799FC;
}
.AnyTagClassName
{
color: #0799FC;
}
</style>
background-color css
<style>
a { background-color: #0799FC; }
a { background-color: rgb(7,153,252); }
div.DivClassName
{
background-color: #0799FC;
}
.BgClassName
{
background-color: #0799FC;
}
</style>
border-color css
<style>
span { border-color: #0799FC; }
span { border-color: rgb(7,153,252); }
td.TdClassName
{
border-color: #0799FC;
}
.TagClassName
{
border-color: #0799FC;
}
</style>