Shades of Jordy Blue #799BE1
Tints of Jordy Blue #799BE1
RGB
CMYK
RGB Variations
Color information
#799BE1 (or 0x799BE1) is known color: Jordy Blue. HEX triplet: 79, 9B and E1. RGB value is (121,155,225). Sum of RGB (Red+Green+Blue) = 121+155+225=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #799BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BE1 is #86641E. Grayscale: #989898. Windows color (decimal): -8807455 or 14785401. OLE color: 14785401.
HSL color Cylindrical-coordinate representation of color #799BE1: hue angle of 220.38º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799BE1 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 155 | 225 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.12 |
| HSL | 220.38º | 0.63% | 0.68% | - |
| HSV(B) | 220.38º | 0.46% | 0.88% | - |
| XYZ | 33.2 | 32.94 | 75.84 | - |
| YUV | 152.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 225 | 0.46 | 0.31 | 0 | 0.12 | 220.38 | 0.63 | 0.68 |
| Hex | 79 | 9B | E1 | 2E | 1F | 0 | C | DC | 3F | 44 |
| Octal | 171 | 233 | 341 | 56 | 37 | 0 | 14 | 334 | 77 | 104 |
| Binary | 1111001 | 10011011 | 11100001 | 101110 | 11111 | 0 | 1100 | 11011100 | 111111 | 1000100 |
Color Harmonies of #799BE1
Complementary color
Monochromatic Colors of #799BE1
Black with #799BE1
Text Example
Text Example
White with #799BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BE1; }
p { color: rgb(121,155,225); }
H1.HeaderClassName
{
color: #799BE1;
}
.AnyTagClassName
{
color: #799BE1;
}
</style>
background-color css
<style>
a { background-color: #799BE1; }
a { background-color: rgb(121,155,225); }
div.DivClassName
{
background-color: #799BE1;
}
.BgClassName
{
background-color: #799BE1;
}
</style>
border-color css
<style>
span { border-color: #799BE1; }
span { border-color: rgb(121,155,225); }
td.TdClassName
{
border-color: #799BE1;
}
.TagClassName
{
border-color: #799BE1;
}
</style>