Shades of Jordy Blue #799FDD
Tints of Jordy Blue #799FDD
RGB
CMYK
RGB Variations
Color information
#799FDD (or 0x799FDD) is known color: Jordy Blue. HEX triplet: 79, 9F and DD. RGB value is (121,159,221). Sum of RGB (Red+Green+Blue) = 121+159+221=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #799FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FDD is #866022. Grayscale: #9A9A9A. Windows color (decimal): -8806435 or 14524281. OLE color: 14524281.
HSL color Cylindrical-coordinate representation of color #799FDD: hue angle of 217.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799FDD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 159 | 221 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.13 |
| HSL | 217.2º | 0.6% | 0.67% | - |
| HSV(B) | 217.2º | 0.45% | 0.87% | - |
| XYZ | 33.33 | 34.08 | 73.23 | - |
| YUV | 154.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 221 | 0.45 | 0.28 | 0 | 0.13 | 217.2 | 0.6 | 0.67 |
| Hex | 79 | 9F | DD | 2D | 1C | 0 | D | D9 | 3C | 43 |
| Octal | 171 | 237 | 335 | 55 | 34 | 0 | 15 | 331 | 74 | 103 |
| Binary | 1111001 | 10011111 | 11011101 | 101101 | 11100 | 0 | 1101 | 11011001 | 111100 | 1000011 |
Color Harmonies of #799FDD
Complementary color
Monochromatic Colors of #799FDD
Black with #799FDD
Text Example
Text Example
White with #799FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FDD; }
p { color: rgb(121,159,221); }
H1.HeaderClassName
{
color: #799FDD;
}
.AnyTagClassName
{
color: #799FDD;
}
</style>
background-color css
<style>
a { background-color: #799FDD; }
a { background-color: rgb(121,159,221); }
div.DivClassName
{
background-color: #799FDD;
}
.BgClassName
{
background-color: #799FDD;
}
</style>
border-color css
<style>
span { border-color: #799FDD; }
span { border-color: rgb(121,159,221); }
td.TdClassName
{
border-color: #799FDD;
}
.TagClassName
{
border-color: #799FDD;
}
</style>