Shades of Jordy Blue #78A9E8
Tints of Jordy Blue #78A9E8
RGB
CMYK
RGB Variations
Color information
#78A9E8 (or 0x78A9E8) is known color: Jordy Blue. HEX triplet: 78, A9 and E8. RGB value is (120,169,232). Sum of RGB (Red+Green+Blue) = 120+169+232=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #78A9E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A9E8 is #875617. Grayscale: #A1A1A1. Windows color (decimal): -8869400 or 15247736. OLE color: 15247736.
HSL color Cylindrical-coordinate representation of color #78A9E8: hue angle of 213.75º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78A9E8 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 169 | 232 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.09 |
| HSL | 213.75º | 0.71% | 0.69% | - |
| HSV(B) | 213.75º | 0.48% | 0.91% | - |
| XYZ | 36.5 | 38.2 | 81.79 | - |
| YUV | 161.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 232 | 0.48 | 0.27 | 0 | 0.09 | 213.75 | 0.71 | 0.69 |
| Hex | 78 | A9 | E8 | 30 | 1B | 0 | 9 | D6 | 47 | 45 |
| Octal | 170 | 251 | 350 | 60 | 33 | 0 | 11 | 326 | 107 | 105 |
| Binary | 1111000 | 10101001 | 11101000 | 110000 | 11011 | 0 | 1001 | 11010110 | 1000111 | 1000101 |
Color Harmonies of #78A9E8
Complementary color
Monochromatic Colors of #78A9E8
Black with #78A9E8
Text Example
Text Example
White with #78A9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9E8; }
p { color: rgb(120,169,232); }
H1.HeaderClassName
{
color: #78A9E8;
}
.AnyTagClassName
{
color: #78A9E8;
}
</style>
background-color css
<style>
a { background-color: #78A9E8; }
a { background-color: rgb(120,169,232); }
div.DivClassName
{
background-color: #78A9E8;
}
.BgClassName
{
background-color: #78A9E8;
}
</style>
border-color css
<style>
span { border-color: #78A9E8; }
span { border-color: rgb(120,169,232); }
td.TdClassName
{
border-color: #78A9E8;
}
.TagClassName
{
border-color: #78A9E8;
}
</style>