Shades of Jordy Blue #789DDE
Tints of Jordy Blue #789DDE
RGB
CMYK
RGB Variations
Color information
#789DDE (or 0x789DDE) is known color: Jordy Blue. HEX triplet: 78, 9D and DE. RGB value is (120,157,222). Sum of RGB (Red+Green+Blue) = 120+157+222=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #789DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DDE is #876221. Grayscale: #999999. Windows color (decimal): -8872482 or 14589304. OLE color: 14589304.
HSL color Cylindrical-coordinate representation of color #789DDE: hue angle of 218.24º 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 #789DDE is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 157 | 222 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.13 |
| HSL | 218.24º | 0.61% | 0.67% | - |
| HSV(B) | 218.24º | 0.46% | 0.87% | - |
| XYZ | 32.99 | 33.38 | 73.81 | - |
| YUV | 153.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 222 | 0.46 | 0.29 | 0 | 0.13 | 218.24 | 0.61 | 0.67 |
| Hex | 78 | 9D | DE | 2E | 1D | 0 | D | DA | 3D | 43 |
| Octal | 170 | 235 | 336 | 56 | 35 | 0 | 15 | 332 | 75 | 103 |
| Binary | 1111000 | 10011101 | 11011110 | 101110 | 11101 | 0 | 1101 | 11011010 | 111101 | 1000011 |
Color Harmonies of #789DDE
Complementary color
Monochromatic Colors of #789DDE
Black with #789DDE
Text Example
Text Example
White with #789DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DDE; }
p { color: rgb(120,157,222); }
H1.HeaderClassName
{
color: #789DDE;
}
.AnyTagClassName
{
color: #789DDE;
}
</style>
background-color css
<style>
a { background-color: #789DDE; }
a { background-color: rgb(120,157,222); }
div.DivClassName
{
background-color: #789DDE;
}
.BgClassName
{
background-color: #789DDE;
}
</style>
border-color css
<style>
span { border-color: #789DDE; }
span { border-color: rgb(120,157,222); }
td.TdClassName
{
border-color: #789DDE;
}
.TagClassName
{
border-color: #789DDE;
}
</style>