Shades of Jordy Blue #78A0DE
Tints of Jordy Blue #78A0DE
RGB
CMYK
RGB Variations
Color information
#78A0DE (or 0x78A0DE) is known color: Jordy Blue. HEX triplet: 78, A0 and DE. RGB value is (120,160,222). Sum of RGB (Red+Green+Blue) = 120+160+222=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #78A0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0DE is #875F21. Grayscale: #9A9A9A. Windows color (decimal): -8871714 or 14590072. OLE color: 14590072.
HSL color Cylindrical-coordinate representation of color #78A0DE: hue angle of 216.47º 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 #78A0DE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 160 | 222 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.13 |
| HSL | 216.47º | 0.61% | 0.67% | - |
| HSV(B) | 216.47º | 0.46% | 0.87% | - |
| XYZ | 33.5 | 34.41 | 73.98 | - |
| YUV | 155.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 222 | 0.46 | 0.28 | 0 | 0.13 | 216.47 | 0.61 | 0.67 |
| Hex | 78 | A0 | DE | 2E | 1C | 0 | D | D8 | 3D | 43 |
| Octal | 170 | 240 | 336 | 56 | 34 | 0 | 15 | 330 | 75 | 103 |
| Binary | 1111000 | 10100000 | 11011110 | 101110 | 11100 | 0 | 1101 | 11011000 | 111101 | 1000011 |
Color Harmonies of #78A0DE
Complementary color
Monochromatic Colors of #78A0DE
Black with #78A0DE
Text Example
Text Example
White with #78A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A0DE; }
p { color: rgb(120,160,222); }
H1.HeaderClassName
{
color: #78A0DE;
}
.AnyTagClassName
{
color: #78A0DE;
}
</style>
background-color css
<style>
a { background-color: #78A0DE; }
a { background-color: rgb(120,160,222); }
div.DivClassName
{
background-color: #78A0DE;
}
.BgClassName
{
background-color: #78A0DE;
}
</style>
border-color css
<style>
span { border-color: #78A0DE; }
span { border-color: rgb(120,160,222); }
td.TdClassName
{
border-color: #78A0DE;
}
.TagClassName
{
border-color: #78A0DE;
}
</style>