Shades of Jordy Blue #799AD8
Tints of Jordy Blue #799AD8
RGB
CMYK
RGB Variations
Color information
#799AD8 (or 0x799AD8) is known color: Jordy Blue. HEX triplet: 79, 9A and D8. RGB value is (121,154,216). Sum of RGB (Red+Green+Blue) = 121+154+216=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #799AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD8 is #866527. Grayscale: #969696. Windows color (decimal): -8807720 or 14195321. OLE color: 14195321.
HSL color Cylindrical-coordinate representation of color #799AD8: hue angle of 219.16º degrees, saturation: 0.55, 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 #799AD8 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 154 | 216 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.15 |
| HSL | 219.16º | 0.55% | 0.66% | - |
| HSV(B) | 219.16º | 0.44% | 0.85% | - |
| XYZ | 31.84 | 32.13 | 69.49 | - |
| YUV | 151.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 216 | 0.44 | 0.29 | 0 | 0.15 | 219.16 | 0.55 | 0.66 |
| Hex | 79 | 9A | D8 | 2C | 1D | 0 | F | DB | 37 | 42 |
| Octal | 171 | 232 | 330 | 54 | 35 | 0 | 17 | 333 | 67 | 102 |
| Binary | 1111001 | 10011010 | 11011000 | 101100 | 11101 | 0 | 1111 | 11011011 | 110111 | 1000010 |
Color Harmonies of #799AD8
Complementary color
Monochromatic Colors of #799AD8
Black with #799AD8
Text Example
Text Example
White with #799AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AD8; }
p { color: rgb(121,154,216); }
H1.HeaderClassName
{
color: #799AD8;
}
.AnyTagClassName
{
color: #799AD8;
}
</style>
background-color css
<style>
a { background-color: #799AD8; }
a { background-color: rgb(121,154,216); }
div.DivClassName
{
background-color: #799AD8;
}
.BgClassName
{
background-color: #799AD8;
}
</style>
border-color css
<style>
span { border-color: #799AD8; }
span { border-color: rgb(121,154,216); }
td.TdClassName
{
border-color: #799AD8;
}
.TagClassName
{
border-color: #799AD8;
}
</style>