Shades of Jordy Blue #78A2EE
Tints of Jordy Blue #78A2EE
RGB
CMYK
RGB Variations
Color information
#78A2EE (or 0x78A2EE) is known color: Jordy Blue. HEX triplet: 78, A2 and EE. RGB value is (120,162,238). Sum of RGB (Red+Green+Blue) = 120+162+238=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #78A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A2EE is #875D11. Grayscale: #9D9D9D. Windows color (decimal): -8871186 or 15639160. OLE color: 15639160.
HSL color Cylindrical-coordinate representation of color #78A2EE: hue angle of 218.64º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78A2EE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 162 | 238 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.07 |
| HSL | 218.64º | 0.78% | 0.7% | - |
| HSV(B) | 218.64º | 0.5% | 0.93% | - |
| XYZ | 36.1 | 36.01 | 85.94 | - |
| YUV | 158.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 238 | 0.50 | 0.32 | 0 | 0.07 | 218.64 | 0.78 | 0.7 |
| Hex | 78 | A2 | EE | 32 | 20 | 0 | 7 | DB | 4E | 46 |
| Octal | 170 | 242 | 356 | 62 | 40 | 0 | 7 | 333 | 116 | 106 |
| Binary | 1111000 | 10100010 | 11101110 | 110010 | 100000 | 0 | 111 | 11011011 | 1001110 | 1000110 |
Color Harmonies of #78A2EE
Complementary color
Monochromatic Colors of #78A2EE
Black with #78A2EE
Text Example
Text Example
White with #78A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2EE; }
p { color: rgb(120,162,238); }
H1.HeaderClassName
{
color: #78A2EE;
}
.AnyTagClassName
{
color: #78A2EE;
}
</style>
background-color css
<style>
a { background-color: #78A2EE; }
a { background-color: rgb(120,162,238); }
div.DivClassName
{
background-color: #78A2EE;
}
.BgClassName
{
background-color: #78A2EE;
}
</style>
border-color css
<style>
span { border-color: #78A2EE; }
span { border-color: rgb(120,162,238); }
td.TdClassName
{
border-color: #78A2EE;
}
.TagClassName
{
border-color: #78A2EE;
}
</style>