Shades of Jordy Blue #799EE0
Tints of Jordy Blue #799EE0
RGB
CMYK
RGB Variations
Color information
#799EE0 (or 0x799EE0) is known color: Jordy Blue. HEX triplet: 79, 9E and E0. RGB value is (121,158,224). Sum of RGB (Red+Green+Blue) = 121+158+224=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #799EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EE0 is #86611F. Grayscale: #9A9A9A. Windows color (decimal): -8806688 or 14720633. OLE color: 14720633.
HSL color Cylindrical-coordinate representation of color #799EE0: hue angle of 218.45º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799EE0 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 158 | 224 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.12 |
| HSL | 218.45º | 0.62% | 0.68% | - |
| HSV(B) | 218.45º | 0.46% | 0.88% | - |
| XYZ | 33.57 | 33.9 | 75.3 | - |
| YUV | 154.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 224 | 0.46 | 0.29 | 0 | 0.12 | 218.45 | 0.62 | 0.68 |
| Hex | 79 | 9E | E0 | 2E | 1D | 0 | C | DA | 3E | 44 |
| Octal | 171 | 236 | 340 | 56 | 35 | 0 | 14 | 332 | 76 | 104 |
| Binary | 1111001 | 10011110 | 11100000 | 101110 | 11101 | 0 | 1100 | 11011010 | 111110 | 1000100 |
Color Harmonies of #799EE0
Complementary color
Monochromatic Colors of #799EE0
Black with #799EE0
Text Example
Text Example
White with #799EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EE0; }
p { color: rgb(121,158,224); }
H1.HeaderClassName
{
color: #799EE0;
}
.AnyTagClassName
{
color: #799EE0;
}
</style>
background-color css
<style>
a { background-color: #799EE0; }
a { background-color: rgb(121,158,224); }
div.DivClassName
{
background-color: #799EE0;
}
.BgClassName
{
background-color: #799EE0;
}
</style>
border-color css
<style>
span { border-color: #799EE0; }
span { border-color: rgb(121,158,224); }
td.TdClassName
{
border-color: #799EE0;
}
.TagClassName
{
border-color: #799EE0;
}
</style>