Shades of Jordy Blue #799FEB
Tints of Jordy Blue #799FEB
RGB
CMYK
RGB Variations
Color information
#799FEB (or 0x799FEB) is known color: Jordy Blue. HEX triplet: 79, 9F and EB. RGB value is (121,159,235). Sum of RGB (Red+Green+Blue) = 121+159+235=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #799FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FEB is #866014. Grayscale: #9B9B9B. Windows color (decimal): -8806421 or 15441785. OLE color: 15441785.
HSL color Cylindrical-coordinate representation of color #799FEB: hue angle of 220º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799FEB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 159 | 235 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.08 |
| HSL | 220º | 0.74% | 0.7% | - |
| HSV(B) | 220º | 0.49% | 0.92% | - |
| XYZ | 35.28 | 34.86 | 83.47 | - |
| YUV | 156.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 235 | 0.49 | 0.32 | 0 | 0.08 | 220 | 0.74 | 0.7 |
| Hex | 79 | 9F | EB | 31 | 20 | 0 | 8 | DC | 4A | 46 |
| Octal | 171 | 237 | 353 | 61 | 40 | 0 | 10 | 334 | 112 | 106 |
| Binary | 1111001 | 10011111 | 11101011 | 110001 | 100000 | 0 | 1000 | 11011100 | 1001010 | 1000110 |
Color Harmonies of #799FEB
Complementary color
Monochromatic Colors of #799FEB
Black with #799FEB
Text Example
Text Example
White with #799FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FEB; }
p { color: rgb(121,159,235); }
H1.HeaderClassName
{
color: #799FEB;
}
.AnyTagClassName
{
color: #799FEB;
}
</style>
background-color css
<style>
a { background-color: #799FEB; }
a { background-color: rgb(121,159,235); }
div.DivClassName
{
background-color: #799FEB;
}
.BgClassName
{
background-color: #799FEB;
}
</style>
border-color css
<style>
span { border-color: #799FEB; }
span { border-color: rgb(121,159,235); }
td.TdClassName
{
border-color: #799FEB;
}
.TagClassName
{
border-color: #799FEB;
}
</style>