Shades of Jordy Blue #78A4E1
Tints of Jordy Blue #78A4E1
RGB
CMYK
RGB Variations
Color information
#78A4E1 (or 0x78A4E1) is known color: Jordy Blue. HEX triplet: 78, A4 and E1. RGB value is (120,164,225). Sum of RGB (Red+Green+Blue) = 120+164+225=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #78A4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4E1 is #875B1E. Grayscale: #9D9D9D. Windows color (decimal): -8870687 or 14787704. OLE color: 14787704.
HSL color Cylindrical-coordinate representation of color #78A4E1: hue angle of 214.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78A4E1 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 164 | 225 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.12 |
| HSL | 214.86º | 0.64% | 0.68% | - |
| HSV(B) | 214.86º | 0.47% | 0.88% | - |
| XYZ | 34.61 | 35.98 | 76.35 | - |
| YUV | 157.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 225 | 0.47 | 0.27 | 0 | 0.12 | 214.86 | 0.64 | 0.68 |
| Hex | 78 | A4 | E1 | 2F | 1B | 0 | C | D7 | 40 | 44 |
| Octal | 170 | 244 | 341 | 57 | 33 | 0 | 14 | 327 | 100 | 104 |
| Binary | 1111000 | 10100100 | 11100001 | 101111 | 11011 | 0 | 1100 | 11010111 | 1000000 | 1000100 |
Color Harmonies of #78A4E1
Complementary color
Monochromatic Colors of #78A4E1
Black with #78A4E1
Text Example
Text Example
White with #78A4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A4E1; }
p { color: rgb(120,164,225); }
H1.HeaderClassName
{
color: #78A4E1;
}
.AnyTagClassName
{
color: #78A4E1;
}
</style>
background-color css
<style>
a { background-color: #78A4E1; }
a { background-color: rgb(120,164,225); }
div.DivClassName
{
background-color: #78A4E1;
}
.BgClassName
{
background-color: #78A4E1;
}
</style>
border-color css
<style>
span { border-color: #78A4E1; }
span { border-color: rgb(120,164,225); }
td.TdClassName
{
border-color: #78A4E1;
}
.TagClassName
{
border-color: #78A4E1;
}
</style>