Shades of Jordy Blue #799AD9
Tints of Jordy Blue #799AD9
RGB
CMYK
RGB Variations
Color information
#799AD9 (or 0x799AD9) is known color: Jordy Blue. HEX triplet: 79, 9A and D9. RGB value is (121,154,217). Sum of RGB (Red+Green+Blue) = 121+154+217=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #799AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD9 is #866526. Grayscale: #979797. Windows color (decimal): -8807719 or 14260857. OLE color: 14260857.
HSL color Cylindrical-coordinate representation of color #799AD9: hue angle of 219.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799AD9 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 154 | 217 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.15 |
| HSL | 219.38º | 0.56% | 0.66% | - |
| HSV(B) | 219.38º | 0.44% | 0.85% | - |
| XYZ | 31.97 | 32.19 | 70.17 | - |
| YUV | 151.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 217 | 0.44 | 0.29 | 0 | 0.15 | 219.38 | 0.56 | 0.66 |
| Hex | 79 | 9A | D9 | 2C | 1D | 0 | F | DB | 38 | 42 |
| Octal | 171 | 232 | 331 | 54 | 35 | 0 | 17 | 333 | 70 | 102 |
| Binary | 1111001 | 10011010 | 11011001 | 101100 | 11101 | 0 | 1111 | 11011011 | 111000 | 1000010 |
Color Harmonies of #799AD9
Complementary color
Monochromatic Colors of #799AD9
Black with #799AD9
Text Example
Text Example
White with #799AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AD9; }
p { color: rgb(121,154,217); }
H1.HeaderClassName
{
color: #799AD9;
}
.AnyTagClassName
{
color: #799AD9;
}
</style>
background-color css
<style>
a { background-color: #799AD9; }
a { background-color: rgb(121,154,217); }
div.DivClassName
{
background-color: #799AD9;
}
.BgClassName
{
background-color: #799AD9;
}
</style>
border-color css
<style>
span { border-color: #799AD9; }
span { border-color: rgb(121,154,217); }
td.TdClassName
{
border-color: #799AD9;
}
.TagClassName
{
border-color: #799AD9;
}
</style>