Shades of Jordy Blue #799FE3
Tints of Jordy Blue #799FE3
RGB
CMYK
RGB Variations
Color information
#799FE3 (or 0x799FE3) is known color: Jordy Blue. HEX triplet: 79, 9F and E3. RGB value is (121,159,227). Sum of RGB (Red+Green+Blue) = 121+159+227=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #799FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FE3 is #86601C. Grayscale: #9B9B9B. Windows color (decimal): -8806429 or 14917497. OLE color: 14917497.
HSL color Cylindrical-coordinate representation of color #799FE3: hue angle of 218.49º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #799FE3 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 159 | 227 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.11 |
| HSL | 218.49º | 0.65% | 0.68% | - |
| HSV(B) | 218.49º | 0.47% | 0.89% | - |
| XYZ | 34.15 | 34.41 | 77.51 | - |
| YUV | 155.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 227 | 0.47 | 0.30 | 0 | 0.11 | 218.49 | 0.65 | 0.68 |
| Hex | 79 | 9F | E3 | 2F | 1E | 0 | B | DA | 41 | 44 |
| Octal | 171 | 237 | 343 | 57 | 36 | 0 | 13 | 332 | 101 | 104 |
| Binary | 1111001 | 10011111 | 11100011 | 101111 | 11110 | 0 | 1011 | 11011010 | 1000001 | 1000100 |
Color Harmonies of #799FE3
Complementary color
Monochromatic Colors of #799FE3
Black with #799FE3
Text Example
Text Example
White with #799FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FE3; }
p { color: rgb(121,159,227); }
H1.HeaderClassName
{
color: #799FE3;
}
.AnyTagClassName
{
color: #799FE3;
}
</style>
background-color css
<style>
a { background-color: #799FE3; }
a { background-color: rgb(121,159,227); }
div.DivClassName
{
background-color: #799FE3;
}
.BgClassName
{
background-color: #799FE3;
}
</style>
border-color css
<style>
span { border-color: #799FE3; }
span { border-color: rgb(121,159,227); }
td.TdClassName
{
border-color: #799FE3;
}
.TagClassName
{
border-color: #799FE3;
}
</style>