Shades of Jordy Blue #799EE1
Tints of Jordy Blue #799EE1
RGB
CMYK
RGB Variations
Color information
#799EE1 (or 0x799EE1) is known color: Jordy Blue. HEX triplet: 79, 9E and E1. RGB value is (121,158,225). Sum of RGB (Red+Green+Blue) = 121+158+225=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #799EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EE1 is #86611E. Grayscale: #9A9A9A. Windows color (decimal): -8806687 or 14786169. OLE color: 14786169.
HSL color Cylindrical-coordinate representation of color #799EE1: hue angle of 218.65º degrees, saturation: 0.63, 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 #799EE1 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 158 | 225 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.12 |
| HSL | 218.65º | 0.63% | 0.68% | - |
| HSV(B) | 218.65º | 0.46% | 0.88% | - |
| XYZ | 33.7 | 33.95 | 76.01 | - |
| YUV | 154.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 225 | 0.46 | 0.30 | 0 | 0.12 | 218.65 | 0.63 | 0.68 |
| Hex | 79 | 9E | E1 | 2E | 1E | 0 | C | DB | 3F | 44 |
| Octal | 171 | 236 | 341 | 56 | 36 | 0 | 14 | 333 | 77 | 104 |
| Binary | 1111001 | 10011110 | 11100001 | 101110 | 11110 | 0 | 1100 | 11011011 | 111111 | 1000100 |
Color Harmonies of #799EE1
Complementary color
Monochromatic Colors of #799EE1
Black with #799EE1
Text Example
Text Example
White with #799EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EE1; }
p { color: rgb(121,158,225); }
H1.HeaderClassName
{
color: #799EE1;
}
.AnyTagClassName
{
color: #799EE1;
}
</style>
background-color css
<style>
a { background-color: #799EE1; }
a { background-color: rgb(121,158,225); }
div.DivClassName
{
background-color: #799EE1;
}
.BgClassName
{
background-color: #799EE1;
}
</style>
border-color css
<style>
span { border-color: #799EE1; }
span { border-color: rgb(121,158,225); }
td.TdClassName
{
border-color: #799EE1;
}
.TagClassName
{
border-color: #799EE1;
}
</style>