Shades of Jordy Blue #799DDD
Tints of Jordy Blue #799DDD
RGB
CMYK
RGB Variations
Color information
#799DDD (or 0x799DDD) is known color: Jordy Blue. HEX triplet: 79, 9D and DD. RGB value is (121,157,221). Sum of RGB (Red+Green+Blue) = 121+157+221=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #799DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DDD is #866222. Grayscale: #999999. Windows color (decimal): -8806947 or 14523769. OLE color: 14523769.
HSL color Cylindrical-coordinate representation of color #799DDD: hue angle of 218.4º 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 #799DDD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 157 | 221 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.13 |
| HSL | 218.4º | 0.6% | 0.67% | - |
| HSV(B) | 218.4º | 0.45% | 0.87% | - |
| XYZ | 32.99 | 33.4 | 73.11 | - |
| YUV | 153.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 221 | 0.45 | 0.29 | 0 | 0.13 | 218.4 | 0.6 | 0.67 |
| Hex | 79 | 9D | DD | 2D | 1D | 0 | D | DA | 3C | 43 |
| Octal | 171 | 235 | 335 | 55 | 35 | 0 | 15 | 332 | 74 | 103 |
| Binary | 1111001 | 10011101 | 11011101 | 101101 | 11101 | 0 | 1101 | 11011010 | 111100 | 1000011 |
Color Harmonies of #799DDD
Complementary color
Monochromatic Colors of #799DDD
Black with #799DDD
Text Example
Text Example
White with #799DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DDD; }
p { color: rgb(121,157,221); }
H1.HeaderClassName
{
color: #799DDD;
}
.AnyTagClassName
{
color: #799DDD;
}
</style>
background-color css
<style>
a { background-color: #799DDD; }
a { background-color: rgb(121,157,221); }
div.DivClassName
{
background-color: #799DDD;
}
.BgClassName
{
background-color: #799DDD;
}
</style>
border-color css
<style>
span { border-color: #799DDD; }
span { border-color: rgb(121,157,221); }
td.TdClassName
{
border-color: #799DDD;
}
.TagClassName
{
border-color: #799DDD;
}
</style>