Shades of Jordy Blue #799EEE
Tints of Jordy Blue #799EEE
RGB
CMYK
RGB Variations
Color information
#799EEE (or 0x799EEE) is known color: Jordy Blue. HEX triplet: 79, 9E and EE. RGB value is (121,158,238). Sum of RGB (Red+Green+Blue) = 121+158+238=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #799EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EEE is #866111. Grayscale: #9B9B9B. Windows color (decimal): -8806674 or 15638137. OLE color: 15638137.
HSL color Cylindrical-coordinate representation of color #799EEE: hue angle of 221.03º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799EEE is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 158 | 238 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.07 |
| HSL | 221.03º | 0.77% | 0.7% | - |
| HSV(B) | 221.03º | 0.49% | 0.93% | - |
| XYZ | 35.54 | 34.69 | 85.71 | - |
| YUV | 156.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 238 | 0.49 | 0.34 | 0 | 0.07 | 221.03 | 0.77 | 0.7 |
| Hex | 79 | 9E | EE | 31 | 22 | 0 | 7 | DD | 4D | 46 |
| Octal | 171 | 236 | 356 | 61 | 42 | 0 | 7 | 335 | 115 | 106 |
| Binary | 1111001 | 10011110 | 11101110 | 110001 | 100010 | 0 | 111 | 11011101 | 1001101 | 1000110 |
Color Harmonies of #799EEE
Complementary color
Monochromatic Colors of #799EEE
Black with #799EEE
Text Example
Text Example
White with #799EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EEE; }
p { color: rgb(121,158,238); }
H1.HeaderClassName
{
color: #799EEE;
}
.AnyTagClassName
{
color: #799EEE;
}
</style>
background-color css
<style>
a { background-color: #799EEE; }
a { background-color: rgb(121,158,238); }
div.DivClassName
{
background-color: #799EEE;
}
.BgClassName
{
background-color: #799EEE;
}
</style>
border-color css
<style>
span { border-color: #799EEE; }
span { border-color: rgb(121,158,238); }
td.TdClassName
{
border-color: #799EEE;
}
.TagClassName
{
border-color: #799EEE;
}
</style>