Shades of Jordy Blue #799FEE
Tints of Jordy Blue #799FEE
RGB
CMYK
RGB Variations
Color information
#799FEE (or 0x799FEE) is known color: Jordy Blue. HEX triplet: 79, 9F and EE. RGB value is (121,159,238). Sum of RGB (Red+Green+Blue) = 121+159+238=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #799FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FEE is #866011. Grayscale: #9C9C9C. Windows color (decimal): -8806418 or 15638393. OLE color: 15638393.
HSL color Cylindrical-coordinate representation of color #799FEE: hue angle of 220.51º 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 #799FEE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 159 | 238 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.07 |
| HSL | 220.51º | 0.77% | 0.7% | - |
| HSV(B) | 220.51º | 0.49% | 0.93% | - |
| XYZ | 35.72 | 35.03 | 85.77 | - |
| YUV | 156.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 238 | 0.49 | 0.33 | 0 | 0.07 | 220.51 | 0.77 | 0.7 |
| Hex | 79 | 9F | EE | 31 | 21 | 0 | 7 | DD | 4D | 46 |
| Octal | 171 | 237 | 356 | 61 | 41 | 0 | 7 | 335 | 115 | 106 |
| Binary | 1111001 | 10011111 | 11101110 | 110001 | 100001 | 0 | 111 | 11011101 | 1001101 | 1000110 |
Color Harmonies of #799FEE
Complementary color
Monochromatic Colors of #799FEE
Black with #799FEE
Text Example
Text Example
White with #799FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FEE; }
p { color: rgb(121,159,238); }
H1.HeaderClassName
{
color: #799FEE;
}
.AnyTagClassName
{
color: #799FEE;
}
</style>
background-color css
<style>
a { background-color: #799FEE; }
a { background-color: rgb(121,159,238); }
div.DivClassName
{
background-color: #799FEE;
}
.BgClassName
{
background-color: #799FEE;
}
</style>
border-color css
<style>
span { border-color: #799FEE; }
span { border-color: rgb(121,159,238); }
td.TdClassName
{
border-color: #799FEE;
}
.TagClassName
{
border-color: #799FEE;
}
</style>