Shades of Jordy Blue #789FE3
Tints of Jordy Blue #789FE3
RGB
CMYK
RGB Variations
Color information
#789FE3 (or 0x789FE3) is known color: Jordy Blue. HEX triplet: 78, 9F and E3. RGB value is (120,159,227). Sum of RGB (Red+Green+Blue) = 120+159+227=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #789FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FE3 is #87601C. Grayscale: #9A9A9A. Windows color (decimal): -8871965 or 14917496. OLE color: 14917496.
HSL color Cylindrical-coordinate representation of color #789FE3: hue angle of 218.13º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789FE3 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 159 | 227 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.11 |
| HSL | 218.13º | 0.66% | 0.68% | - |
| HSV(B) | 218.13º | 0.47% | 0.89% | - |
| XYZ | 34.01 | 34.34 | 77.51 | - |
| YUV | 155.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 227 | 0.47 | 0.30 | 0 | 0.11 | 218.13 | 0.66 | 0.68 |
| Hex | 78 | 9F | E3 | 2F | 1E | 0 | B | DA | 42 | 44 |
| Octal | 170 | 237 | 343 | 57 | 36 | 0 | 13 | 332 | 102 | 104 |
| Binary | 1111000 | 10011111 | 11100011 | 101111 | 11110 | 0 | 1011 | 11011010 | 1000010 | 1000100 |
Color Harmonies of #789FE3
Complementary color
Monochromatic Colors of #789FE3
Black with #789FE3
Text Example
Text Example
White with #789FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FE3; }
p { color: rgb(120,159,227); }
H1.HeaderClassName
{
color: #789FE3;
}
.AnyTagClassName
{
color: #789FE3;
}
</style>
background-color css
<style>
a { background-color: #789FE3; }
a { background-color: rgb(120,159,227); }
div.DivClassName
{
background-color: #789FE3;
}
.BgClassName
{
background-color: #789FE3;
}
</style>
border-color css
<style>
span { border-color: #789FE3; }
span { border-color: rgb(120,159,227); }
td.TdClassName
{
border-color: #789FE3;
}
.TagClassName
{
border-color: #789FE3;
}
</style>