Shades of Jordy Blue #799AD5
Tints of Jordy Blue #799AD5
RGB
CMYK
RGB Variations
Color information
#799AD5 (or 0x799AD5) is known color: Jordy Blue. HEX triplet: 79, 9A and D5. RGB value is (121,154,213). Sum of RGB (Red+Green+Blue) = 121+154+213=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #799AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD5 is #86652A. Grayscale: #969696. Windows color (decimal): -8807723 or 13998713. OLE color: 13998713.
HSL color Cylindrical-coordinate representation of color #799AD5: hue angle of 218.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799AD5 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 154 | 213 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.16 |
| HSL | 218.48º | 0.52% | 0.65% | - |
| HSV(B) | 218.48º | 0.43% | 0.84% | - |
| XYZ | 31.45 | 31.98 | 67.47 | - |
| YUV | 150.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 213 | 0.43 | 0.28 | 0 | 0.16 | 218.48 | 0.52 | 0.65 |
| Hex | 79 | 9A | D5 | 2B | 1C | 0 | 10 | DA | 34 | 41 |
| Octal | 171 | 232 | 325 | 53 | 34 | 0 | 20 | 332 | 64 | 101 |
| Binary | 1111001 | 10011010 | 11010101 | 101011 | 11100 | 0 | 10000 | 11011010 | 110100 | 1000001 |
Color Harmonies of #799AD5
Complementary color
Monochromatic Colors of #799AD5
Black with #799AD5
Text Example
Text Example
White with #799AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AD5; }
p { color: rgb(121,154,213); }
H1.HeaderClassName
{
color: #799AD5;
}
.AnyTagClassName
{
color: #799AD5;
}
</style>
background-color css
<style>
a { background-color: #799AD5; }
a { background-color: rgb(121,154,213); }
div.DivClassName
{
background-color: #799AD5;
}
.BgClassName
{
background-color: #799AD5;
}
</style>
border-color css
<style>
span { border-color: #799AD5; }
span { border-color: rgb(121,154,213); }
td.TdClassName
{
border-color: #799AD5;
}
.TagClassName
{
border-color: #799AD5;
}
</style>