Shades of Dodger Blue #0799FE
Tints of Dodger Blue #0799FE
RGB
CMYK
RGB Variations
Color information
#0799FE (or 0x0799FE) is known color: Dodger Blue. HEX triplet: 07, 99 and FE. RGB value is (7,153,254). Sum of RGB (Red+Green+Blue) = 7+153+254=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #0799FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799FE is #F86601. Grayscale: #787878. Windows color (decimal): -16279042 or 16685319. OLE color: 16685319.
HSL color Cylindrical-coordinate representation of color #0799FE: hue angle of 204.53º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0799FE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 153 | 254 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.00 |
| HSL | 204.53º | 0.99% | 0.51% | - |
| HSV(B) | 204.53º | 0.97% | 1% | - |
| XYZ | 29.37 | 29.98 | 98.01 | - |
| YUV | 120.86 | 203.13 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 254 | 0.97 | 0.40 | 0 | 0.00 | 204.53 | 0.99 | 0.51 |
| Hex | 7 | 99 | FE | 61 | 28 | 0 | 0 | CD | 63 | 33 |
| Octal | 7 | 231 | 376 | 141 | 50 | 0 | 0 | 315 | 143 | 63 |
| Binary | 111 | 10011001 | 11111110 | 1100001 | 101000 | 0 | 0 | 11001101 | 1100011 | 110011 |
Color Harmonies of #0799FE
Complementary color
Monochromatic Colors of #0799FE
Black with #0799FE
Text Example
Text Example
White with #0799FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799FE; }
p { color: rgb(7,153,254); }
H1.HeaderClassName
{
color: #0799FE;
}
.AnyTagClassName
{
color: #0799FE;
}
</style>
background-color css
<style>
a { background-color: #0799FE; }
a { background-color: rgb(7,153,254); }
div.DivClassName
{
background-color: #0799FE;
}
.BgClassName
{
background-color: #0799FE;
}
</style>
border-color css
<style>
span { border-color: #0799FE; }
span { border-color: rgb(7,153,254); }
td.TdClassName
{
border-color: #0799FE;
}
.TagClassName
{
border-color: #0799FE;
}
</style>