Shades of Jordy Blue #789DDA
Tints of Jordy Blue #789DDA
RGB
CMYK
RGB Variations
Color information
#789DDA (or 0x789DDA) is known color: Jordy Blue. HEX triplet: 78, 9D and DA. RGB value is (120,157,218). Sum of RGB (Red+Green+Blue) = 120+157+218=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #789DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DDA is #876225. Grayscale: #989898. Windows color (decimal): -8872486 or 14327160. OLE color: 14327160.
HSL color Cylindrical-coordinate representation of color #789DDA: hue angle of 217.35º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789DDA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 157 | 218 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.15 |
| HSL | 217.35º | 0.57% | 0.66% | - |
| HSV(B) | 217.35º | 0.45% | 0.85% | - |
| XYZ | 32.46 | 33.17 | 71.02 | - |
| YUV | 152.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 218 | 0.45 | 0.28 | 0 | 0.15 | 217.35 | 0.57 | 0.66 |
| Hex | 78 | 9D | DA | 2D | 1C | 0 | F | D9 | 39 | 42 |
| Octal | 170 | 235 | 332 | 55 | 34 | 0 | 17 | 331 | 71 | 102 |
| Binary | 1111000 | 10011101 | 11011010 | 101101 | 11100 | 0 | 1111 | 11011001 | 111001 | 1000010 |
Color Harmonies of #789DDA
Complementary color
Monochromatic Colors of #789DDA
Black with #789DDA
Text Example
Text Example
White with #789DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DDA; }
p { color: rgb(120,157,218); }
H1.HeaderClassName
{
color: #789DDA;
}
.AnyTagClassName
{
color: #789DDA;
}
</style>
background-color css
<style>
a { background-color: #789DDA; }
a { background-color: rgb(120,157,218); }
div.DivClassName
{
background-color: #789DDA;
}
.BgClassName
{
background-color: #789DDA;
}
</style>
border-color css
<style>
span { border-color: #789DDA; }
span { border-color: rgb(120,157,218); }
td.TdClassName
{
border-color: #789DDA;
}
.TagClassName
{
border-color: #789DDA;
}
</style>