Shades of Jordy Blue #799FEF
Tints of Jordy Blue #799FEF
RGB
CMYK
RGB Variations
Color information
#799FEF (or 0x799FEF) is known color: Jordy Blue. HEX triplet: 79, 9F and EF. RGB value is (121,159,239). Sum of RGB (Red+Green+Blue) = 121+159+239=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #799FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FEF is #866010. Grayscale: #9C9C9C. Windows color (decimal): -8806417 or 15703929. OLE color: 15703929.
HSL color Cylindrical-coordinate representation of color #799FEF: hue angle of 220.68º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799FEF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 159 | 239 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.06 |
| HSL | 220.68º | 0.79% | 0.71% | - |
| HSV(B) | 220.68º | 0.49% | 0.94% | - |
| XYZ | 35.86 | 35.09 | 86.54 | - |
| YUV | 156.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 239 | 0.49 | 0.33 | 0 | 0.06 | 220.68 | 0.79 | 0.71 |
| Hex | 79 | 9F | EF | 31 | 21 | 0 | 6 | DD | 4F | 47 |
| Octal | 171 | 237 | 357 | 61 | 41 | 0 | 6 | 335 | 117 | 107 |
| Binary | 1111001 | 10011111 | 11101111 | 110001 | 100001 | 0 | 110 | 11011101 | 1001111 | 1000111 |
Color Harmonies of #799FEF
Complementary color
Monochromatic Colors of #799FEF
Black with #799FEF
Text Example
Text Example
White with #799FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FEF; }
p { color: rgb(121,159,239); }
H1.HeaderClassName
{
color: #799FEF;
}
.AnyTagClassName
{
color: #799FEF;
}
</style>
background-color css
<style>
a { background-color: #799FEF; }
a { background-color: rgb(121,159,239); }
div.DivClassName
{
background-color: #799FEF;
}
.BgClassName
{
background-color: #799FEF;
}
</style>
border-color css
<style>
span { border-color: #799FEF; }
span { border-color: rgb(121,159,239); }
td.TdClassName
{
border-color: #799FEF;
}
.TagClassName
{
border-color: #799FEF;
}
</style>