Shades of Jordy Blue #799CDE
Tints of Jordy Blue #799CDE
RGB
CMYK
RGB Variations
Color information
#799CDE (or 0x799CDE) is known color: Jordy Blue. HEX triplet: 79, 9C and DE. RGB value is (121,156,222). Sum of RGB (Red+Green+Blue) = 121+156+222=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #799CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CDE is #866321. Grayscale: #989898. Windows color (decimal): -8807202 or 14589049. OLE color: 14589049.
HSL color Cylindrical-coordinate representation of color #799CDE: hue angle of 219.21º 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 #799CDE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 156 | 222 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.13 |
| HSL | 219.21º | 0.6% | 0.67% | - |
| HSV(B) | 219.21º | 0.45% | 0.87% | - |
| XYZ | 32.96 | 33.12 | 73.76 | - |
| YUV | 153.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 222 | 0.45 | 0.30 | 0 | 0.13 | 219.21 | 0.6 | 0.67 |
| Hex | 79 | 9C | DE | 2D | 1E | 0 | D | DB | 3C | 43 |
| Octal | 171 | 234 | 336 | 55 | 36 | 0 | 15 | 333 | 74 | 103 |
| Binary | 1111001 | 10011100 | 11011110 | 101101 | 11110 | 0 | 1101 | 11011011 | 111100 | 1000011 |
Color Harmonies of #799CDE
Complementary color
Monochromatic Colors of #799CDE
Black with #799CDE
Text Example
Text Example
White with #799CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CDE; }
p { color: rgb(121,156,222); }
H1.HeaderClassName
{
color: #799CDE;
}
.AnyTagClassName
{
color: #799CDE;
}
</style>
background-color css
<style>
a { background-color: #799CDE; }
a { background-color: rgb(121,156,222); }
div.DivClassName
{
background-color: #799CDE;
}
.BgClassName
{
background-color: #799CDE;
}
</style>
border-color css
<style>
span { border-color: #799CDE; }
span { border-color: rgb(121,156,222); }
td.TdClassName
{
border-color: #799CDE;
}
.TagClassName
{
border-color: #799CDE;
}
</style>