Shades of Jordy Blue #799FE6
Tints of Jordy Blue #799FE6
RGB
CMYK
RGB Variations
Color information
#799FE6 (or 0x799FE6) is known color: Jordy Blue. HEX triplet: 79, 9F and E6. RGB value is (121,159,230). Sum of RGB (Red+Green+Blue) = 121+159+230=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #799FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FE6 is #866019. Grayscale: #9B9B9B. Windows color (decimal): -8806426 or 15114105. OLE color: 15114105.
HSL color Cylindrical-coordinate representation of color #799FE6: hue angle of 219.08º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #799FE6 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 159 | 230 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.10 |
| HSL | 219.08º | 0.69% | 0.69% | - |
| HSV(B) | 219.08º | 0.47% | 0.9% | - |
| XYZ | 34.57 | 34.57 | 79.71 | - |
| YUV | 155.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 230 | 0.47 | 0.31 | 0 | 0.10 | 219.08 | 0.69 | 0.69 |
| Hex | 79 | 9F | E6 | 2F | 1F | 0 | A | DB | 45 | 45 |
| Octal | 171 | 237 | 346 | 57 | 37 | 0 | 12 | 333 | 105 | 105 |
| Binary | 1111001 | 10011111 | 11100110 | 101111 | 11111 | 0 | 1010 | 11011011 | 1000101 | 1000101 |
Color Harmonies of #799FE6
Complementary color
Monochromatic Colors of #799FE6
Black with #799FE6
Text Example
Text Example
White with #799FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FE6; }
p { color: rgb(121,159,230); }
H1.HeaderClassName
{
color: #799FE6;
}
.AnyTagClassName
{
color: #799FE6;
}
</style>
background-color css
<style>
a { background-color: #799FE6; }
a { background-color: rgb(121,159,230); }
div.DivClassName
{
background-color: #799FE6;
}
.BgClassName
{
background-color: #799FE6;
}
</style>
border-color css
<style>
span { border-color: #799FE6; }
span { border-color: rgb(121,159,230); }
td.TdClassName
{
border-color: #799FE6;
}
.TagClassName
{
border-color: #799FE6;
}
</style>