Shades of Jordy Blue #789DDD
Tints of Jordy Blue #789DDD
RGB
CMYK
RGB Variations
Color information
#789DDD (or 0x789DDD) is known color: Jordy Blue. HEX triplet: 78, 9D and DD. RGB value is (120,157,221). Sum of RGB (Red+Green+Blue) = 120+157+221=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #789DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DDD is #876222. Grayscale: #989898. Windows color (decimal): -8872483 or 14523768. OLE color: 14523768.
HSL color Cylindrical-coordinate representation of color #789DDD: hue angle of 218.02º degrees, saturation: 0.6, 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 #789DDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 157 | 221 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.13 |
| HSL | 218.02º | 0.6% | 0.67% | - |
| HSV(B) | 218.02º | 0.46% | 0.87% | - |
| XYZ | 32.85 | 33.33 | 73.11 | - |
| YUV | 153.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 221 | 0.46 | 0.29 | 0 | 0.13 | 218.02 | 0.6 | 0.67 |
| Hex | 78 | 9D | DD | 2E | 1D | 0 | D | DA | 3C | 43 |
| Octal | 170 | 235 | 335 | 56 | 35 | 0 | 15 | 332 | 74 | 103 |
| Binary | 1111000 | 10011101 | 11011101 | 101110 | 11101 | 0 | 1101 | 11011010 | 111100 | 1000011 |
Color Harmonies of #789DDD
Complementary color
Monochromatic Colors of #789DDD
Black with #789DDD
Text Example
Text Example
White with #789DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DDD; }
p { color: rgb(120,157,221); }
H1.HeaderClassName
{
color: #789DDD;
}
.AnyTagClassName
{
color: #789DDD;
}
</style>
background-color css
<style>
a { background-color: #789DDD; }
a { background-color: rgb(120,157,221); }
div.DivClassName
{
background-color: #789DDD;
}
.BgClassName
{
background-color: #789DDD;
}
</style>
border-color css
<style>
span { border-color: #789DDD; }
span { border-color: rgb(120,157,221); }
td.TdClassName
{
border-color: #789DDD;
}
.TagClassName
{
border-color: #789DDD;
}
</style>