Shades of Jordy Blue #78A2ED
Tints of Jordy Blue #78A2ED
RGB
CMYK
RGB Variations
Color information
#78A2ED (or 0x78A2ED) is known color: Jordy Blue. HEX triplet: 78, A2 and ED. RGB value is (120,162,237). Sum of RGB (Red+Green+Blue) = 120+162+237=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #78A2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A2ED is #875D12. Grayscale: #9D9D9D. Windows color (decimal): -8871187 or 15573624. OLE color: 15573624.
HSL color Cylindrical-coordinate representation of color #78A2ED: hue angle of 218.46º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A2ED is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 162 | 237 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.07 |
| HSL | 218.46º | 0.76% | 0.7% | - |
| HSV(B) | 218.46º | 0.49% | 0.93% | - |
| XYZ | 35.95 | 35.95 | 85.16 | - |
| YUV | 157.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 237 | 0.49 | 0.32 | 0 | 0.07 | 218.46 | 0.76 | 0.7 |
| Hex | 78 | A2 | ED | 31 | 20 | 0 | 7 | DA | 4C | 46 |
| Octal | 170 | 242 | 355 | 61 | 40 | 0 | 7 | 332 | 114 | 106 |
| Binary | 1111000 | 10100010 | 11101101 | 110001 | 100000 | 0 | 111 | 11011010 | 1001100 | 1000110 |
Color Harmonies of #78A2ED
Complementary color
Monochromatic Colors of #78A2ED
Black with #78A2ED
Text Example
Text Example
White with #78A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2ED; }
p { color: rgb(120,162,237); }
H1.HeaderClassName
{
color: #78A2ED;
}
.AnyTagClassName
{
color: #78A2ED;
}
</style>
background-color css
<style>
a { background-color: #78A2ED; }
a { background-color: rgb(120,162,237); }
div.DivClassName
{
background-color: #78A2ED;
}
.BgClassName
{
background-color: #78A2ED;
}
</style>
border-color css
<style>
span { border-color: #78A2ED; }
span { border-color: rgb(120,162,237); }
td.TdClassName
{
border-color: #78A2ED;
}
.TagClassName
{
border-color: #78A2ED;
}
</style>