Shades of Jordy Blue #799CDD
Tints of Jordy Blue #799CDD
RGB
CMYK
RGB Variations
Color information
#799CDD (or 0x799CDD) is known color: Jordy Blue. HEX triplet: 79, 9C and DD. RGB value is (121,156,221). Sum of RGB (Red+Green+Blue) = 121+156+221=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #799CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CDD is #866322. Grayscale: #989898. Windows color (decimal): -8807203 or 14523513. OLE color: 14523513.
HSL color Cylindrical-coordinate representation of color #799CDD: hue angle of 219º 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 #799CDD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 156 | 221 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.13 |
| HSL | 219º | 0.6% | 0.67% | - |
| HSV(B) | 219º | 0.45% | 0.87% | - |
| XYZ | 32.82 | 33.06 | 73.06 | - |
| YUV | 152.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 221 | 0.45 | 0.29 | 0 | 0.13 | 219 | 0.6 | 0.67 |
| Hex | 79 | 9C | DD | 2D | 1D | 0 | D | DB | 3C | 43 |
| Octal | 171 | 234 | 335 | 55 | 35 | 0 | 15 | 333 | 74 | 103 |
| Binary | 1111001 | 10011100 | 11011101 | 101101 | 11101 | 0 | 1101 | 11011011 | 111100 | 1000011 |
Color Harmonies of #799CDD
Complementary color
Monochromatic Colors of #799CDD
Black with #799CDD
Text Example
Text Example
White with #799CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CDD; }
p { color: rgb(121,156,221); }
H1.HeaderClassName
{
color: #799CDD;
}
.AnyTagClassName
{
color: #799CDD;
}
</style>
background-color css
<style>
a { background-color: #799CDD; }
a { background-color: rgb(121,156,221); }
div.DivClassName
{
background-color: #799CDD;
}
.BgClassName
{
background-color: #799CDD;
}
</style>
border-color css
<style>
span { border-color: #799CDD; }
span { border-color: rgb(121,156,221); }
td.TdClassName
{
border-color: #799CDD;
}
.TagClassName
{
border-color: #799CDD;
}
</style>