Shades of Jordy Blue #799ADF
Tints of Jordy Blue #799ADF
RGB
CMYK
RGB Variations
Color information
#799ADF (or 0x799ADF) is known color: Jordy Blue. HEX triplet: 79, 9A and DF. RGB value is (121,154,223). Sum of RGB (Red+Green+Blue) = 121+154+223=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #799ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADF is #866520. Grayscale: #979797. Windows color (decimal): -8807713 or 14654073. OLE color: 14654073.
HSL color Cylindrical-coordinate representation of color #799ADF: hue angle of 220.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799ADF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 154 | 223 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.13 |
| HSL | 220.59º | 0.61% | 0.67% | - |
| HSV(B) | 220.59º | 0.46% | 0.87% | - |
| XYZ | 32.76 | 32.5 | 74.36 | - |
| YUV | 152 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 223 | 0.46 | 0.31 | 0 | 0.13 | 220.59 | 0.61 | 0.67 |
| Hex | 79 | 9A | DF | 2E | 1F | 0 | D | DD | 3D | 43 |
| Octal | 171 | 232 | 337 | 56 | 37 | 0 | 15 | 335 | 75 | 103 |
| Binary | 1111001 | 10011010 | 11011111 | 101110 | 11111 | 0 | 1101 | 11011101 | 111101 | 1000011 |
Color Harmonies of #799ADF
Complementary color
Monochromatic Colors of #799ADF
Black with #799ADF
Text Example
Text Example
White with #799ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ADF; }
p { color: rgb(121,154,223); }
H1.HeaderClassName
{
color: #799ADF;
}
.AnyTagClassName
{
color: #799ADF;
}
</style>
background-color css
<style>
a { background-color: #799ADF; }
a { background-color: rgb(121,154,223); }
div.DivClassName
{
background-color: #799ADF;
}
.BgClassName
{
background-color: #799ADF;
}
</style>
border-color css
<style>
span { border-color: #799ADF; }
span { border-color: rgb(121,154,223); }
td.TdClassName
{
border-color: #799ADF;
}
.TagClassName
{
border-color: #799ADF;
}
</style>