Shades of Jordy Blue #799BDC
Tints of Jordy Blue #799BDC
RGB
CMYK
RGB Variations
Color information
#799BDC (or 0x799BDC) is known color: Jordy Blue. HEX triplet: 79, 9B and DC. RGB value is (121,155,220). Sum of RGB (Red+Green+Blue) = 121+155+220=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #799BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDC is #866423. Grayscale: #979797. Windows color (decimal): -8807460 or 14457721. OLE color: 14457721.
HSL color Cylindrical-coordinate representation of color #799BDC: hue angle of 219.39º 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 #799BDC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 155 | 220 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.14 |
| HSL | 219.39º | 0.59% | 0.67% | - |
| HSV(B) | 219.39º | 0.45% | 0.86% | - |
| XYZ | 32.52 | 32.67 | 72.3 | - |
| YUV | 152.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 220 | 0.45 | 0.30 | 0 | 0.14 | 219.39 | 0.59 | 0.67 |
| Hex | 79 | 9B | DC | 2D | 1E | 0 | E | DB | 3B | 43 |
| Octal | 171 | 233 | 334 | 55 | 36 | 0 | 16 | 333 | 73 | 103 |
| Binary | 1111001 | 10011011 | 11011100 | 101101 | 11110 | 0 | 1110 | 11011011 | 111011 | 1000011 |
Color Harmonies of #799BDC
Complementary color
Monochromatic Colors of #799BDC
Black with #799BDC
Text Example
Text Example
White with #799BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BDC; }
p { color: rgb(121,155,220); }
H1.HeaderClassName
{
color: #799BDC;
}
.AnyTagClassName
{
color: #799BDC;
}
</style>
background-color css
<style>
a { background-color: #799BDC; }
a { background-color: rgb(121,155,220); }
div.DivClassName
{
background-color: #799BDC;
}
.BgClassName
{
background-color: #799BDC;
}
</style>
border-color css
<style>
span { border-color: #799BDC; }
span { border-color: rgb(121,155,220); }
td.TdClassName
{
border-color: #799BDC;
}
.TagClassName
{
border-color: #799BDC;
}
</style>