Shades of Jordy Blue #799ADC
Tints of Jordy Blue #799ADC
RGB
CMYK
RGB Variations
Color information
#799ADC (or 0x799ADC) is known color: Jordy Blue. HEX triplet: 79, 9A and DC. RGB value is (121,154,220). Sum of RGB (Red+Green+Blue) = 121+154+220=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #799ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADC is #866523. Grayscale: #979797. Windows color (decimal): -8807716 or 14457465. OLE color: 14457465.
HSL color Cylindrical-coordinate representation of color #799ADC: hue angle of 220º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799ADC is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 154 | 220 | - |
| CMYK | 0.45 | 0.3 | 0 | 0.14 |
| HSL | 220º | 0.59% | 0.67% | - |
| HSV(B) | 220º | 0.45% | 0.86% | - |
| XYZ | 32.36 | 32.34 | 72.25 | - |
| YUV | 151.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 220 | 0.45 | 0.3 | 0 | 0.14 | 220 | 0.59 | 0.67 |
| Hex | 79 | 9A | DC | 2D | 1E | 0 | E | DC | 3B | 43 |
| Octal | 171 | 232 | 334 | 55 | 36 | 0 | 16 | 334 | 73 | 103 |
| Binary | 1111001 | 10011010 | 11011100 | 101101 | 11110 | 0 | 1110 | 11011100 | 111011 | 1000011 |
Color Harmonies of #799ADC
Complementary color
Monochromatic Colors of #799ADC
Black with #799ADC
Text Example
Text Example
White with #799ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ADC; }
p { color: rgb(121,154,220); }
H1.HeaderClassName
{
color: #799ADC;
}
.AnyTagClassName
{
color: #799ADC;
}
</style>
background-color css
<style>
a { background-color: #799ADC; }
a { background-color: rgb(121,154,220); }
div.DivClassName
{
background-color: #799ADC;
}
.BgClassName
{
background-color: #799ADC;
}
</style>
border-color css
<style>
span { border-color: #799ADC; }
span { border-color: rgb(121,154,220); }
td.TdClassName
{
border-color: #799ADC;
}
.TagClassName
{
border-color: #799ADC;
}
</style>