Shades of Jordy Blue #789FEC
Tints of Jordy Blue #789FEC
RGB
CMYK
RGB Variations
Color information
#789FEC (or 0x789FEC) is known color: Jordy Blue. HEX triplet: 78, 9F and EC. RGB value is (120,159,236). Sum of RGB (Red+Green+Blue) = 120+159+236=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #789FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FEC is #876013. Grayscale: #9B9B9B. Windows color (decimal): -8871956 or 15507320. OLE color: 15507320.
HSL color Cylindrical-coordinate representation of color #789FEC: hue angle of 219.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #789FEC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 159 | 236 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.07 |
| HSL | 219.83º | 0.75% | 0.7% | - |
| HSV(B) | 219.83º | 0.49% | 0.93% | - |
| XYZ | 35.28 | 34.85 | 84.22 | - |
| YUV | 156.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 236 | 0.49 | 0.33 | 0 | 0.07 | 219.83 | 0.75 | 0.7 |
| Hex | 78 | 9F | EC | 31 | 21 | 0 | 7 | DC | 4B | 46 |
| Octal | 170 | 237 | 354 | 61 | 41 | 0 | 7 | 334 | 113 | 106 |
| Binary | 1111000 | 10011111 | 11101100 | 110001 | 100001 | 0 | 111 | 11011100 | 1001011 | 1000110 |
Color Harmonies of #789FEC
Complementary color
Monochromatic Colors of #789FEC
Black with #789FEC
Text Example
Text Example
White with #789FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FEC; }
p { color: rgb(120,159,236); }
H1.HeaderClassName
{
color: #789FEC;
}
.AnyTagClassName
{
color: #789FEC;
}
</style>
background-color css
<style>
a { background-color: #789FEC; }
a { background-color: rgb(120,159,236); }
div.DivClassName
{
background-color: #789FEC;
}
.BgClassName
{
background-color: #789FEC;
}
</style>
border-color css
<style>
span { border-color: #789FEC; }
span { border-color: rgb(120,159,236); }
td.TdClassName
{
border-color: #789FEC;
}
.TagClassName
{
border-color: #789FEC;
}
</style>