Shades of Jordy Blue #799ADA
Tints of Jordy Blue #799ADA
RGB
CMYK
RGB Variations
Color information
#799ADA (or 0x799ADA) is known color: Jordy Blue. HEX triplet: 79, 9A and DA. RGB value is (121,154,218). Sum of RGB (Red+Green+Blue) = 121+154+218=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #799ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADA is #866525. Grayscale: #979797. Windows color (decimal): -8807718 or 14326393. OLE color: 14326393.
HSL color Cylindrical-coordinate representation of color #799ADA: hue angle of 219.59º degrees, saturation: 0.57, 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 #799ADA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 154 | 218 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.15 |
| HSL | 219.59º | 0.57% | 0.66% | - |
| HSV(B) | 219.59º | 0.44% | 0.85% | - |
| XYZ | 32.1 | 32.24 | 70.86 | - |
| YUV | 151.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 218 | 0.44 | 0.29 | 0 | 0.15 | 219.59 | 0.57 | 0.66 |
| Hex | 79 | 9A | DA | 2C | 1D | 0 | F | DC | 39 | 42 |
| Octal | 171 | 232 | 332 | 54 | 35 | 0 | 17 | 334 | 71 | 102 |
| Binary | 1111001 | 10011010 | 11011010 | 101100 | 11101 | 0 | 1111 | 11011100 | 111001 | 1000010 |
Color Harmonies of #799ADA
Complementary color
Monochromatic Colors of #799ADA
Black with #799ADA
Text Example
Text Example
White with #799ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ADA; }
p { color: rgb(121,154,218); }
H1.HeaderClassName
{
color: #799ADA;
}
.AnyTagClassName
{
color: #799ADA;
}
</style>
background-color css
<style>
a { background-color: #799ADA; }
a { background-color: rgb(121,154,218); }
div.DivClassName
{
background-color: #799ADA;
}
.BgClassName
{
background-color: #799ADA;
}
</style>
border-color css
<style>
span { border-color: #799ADA; }
span { border-color: rgb(121,154,218); }
td.TdClassName
{
border-color: #799ADA;
}
.TagClassName
{
border-color: #799ADA;
}
</style>