Shades of Jordy Blue #799FDF
Tints of Jordy Blue #799FDF
RGB
CMYK
RGB Variations
Color information
#799FDF (or 0x799FDF) is known color: Jordy Blue. HEX triplet: 79, 9F and DF. RGB value is (121,159,223). Sum of RGB (Red+Green+Blue) = 121+159+223=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #799FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FDF is #866020. Grayscale: #9A9A9A. Windows color (decimal): -8806433 or 14655353. OLE color: 14655353.
HSL color Cylindrical-coordinate representation of color #799FDF: hue angle of 217.65º 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 #799FDF is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 159 | 223 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.13 |
| HSL | 217.65º | 0.61% | 0.67% | - |
| HSV(B) | 217.65º | 0.46% | 0.87% | - |
| XYZ | 33.6 | 34.19 | 74.64 | - |
| YUV | 154.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 223 | 0.46 | 0.29 | 0 | 0.13 | 217.65 | 0.61 | 0.67 |
| Hex | 79 | 9F | DF | 2E | 1D | 0 | D | DA | 3D | 43 |
| Octal | 171 | 237 | 337 | 56 | 35 | 0 | 15 | 332 | 75 | 103 |
| Binary | 1111001 | 10011111 | 11011111 | 101110 | 11101 | 0 | 1101 | 11011010 | 111101 | 1000011 |
Color Harmonies of #799FDF
Complementary color
Monochromatic Colors of #799FDF
Black with #799FDF
Text Example
Text Example
White with #799FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FDF; }
p { color: rgb(121,159,223); }
H1.HeaderClassName
{
color: #799FDF;
}
.AnyTagClassName
{
color: #799FDF;
}
</style>
background-color css
<style>
a { background-color: #799FDF; }
a { background-color: rgb(121,159,223); }
div.DivClassName
{
background-color: #799FDF;
}
.BgClassName
{
background-color: #799FDF;
}
</style>
border-color css
<style>
span { border-color: #799FDF; }
span { border-color: rgb(121,159,223); }
td.TdClassName
{
border-color: #799FDF;
}
.TagClassName
{
border-color: #799FDF;
}
</style>