Shades of Jordy Blue #78A8DC
Tints of Jordy Blue #78A8DC
RGB
CMYK
RGB Variations
Color information
#78A8DC (or 0x78A8DC) is known color: Jordy Blue. HEX triplet: 78, A8 and DC. RGB value is (120,168,220). Sum of RGB (Red+Green+Blue) = 120+168+220=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #78A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8DC is #875723. Grayscale: #9F9F9F. Windows color (decimal): -8869668 or 14461048. OLE color: 14461048.
HSL color Cylindrical-coordinate representation of color #78A8DC: hue angle of 211.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78A8DC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 168 | 220 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.14 |
| HSL | 211.2º | 0.59% | 0.67% | - |
| HSV(B) | 211.2º | 0.45% | 0.86% | - |
| XYZ | 34.67 | 37.17 | 73.06 | - |
| YUV | 159.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 220 | 0.45 | 0.24 | 0 | 0.14 | 211.2 | 0.59 | 0.67 |
| Hex | 78 | A8 | DC | 2D | 18 | 0 | E | D3 | 3B | 43 |
| Octal | 170 | 250 | 334 | 55 | 30 | 0 | 16 | 323 | 73 | 103 |
| Binary | 1111000 | 10101000 | 11011100 | 101101 | 11000 | 0 | 1110 | 11010011 | 111011 | 1000011 |
Color Harmonies of #78A8DC
Complementary color
Monochromatic Colors of #78A8DC
Black with #78A8DC
Text Example
Text Example
White with #78A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8DC; }
p { color: rgb(120,168,220); }
H1.HeaderClassName
{
color: #78A8DC;
}
.AnyTagClassName
{
color: #78A8DC;
}
</style>
background-color css
<style>
a { background-color: #78A8DC; }
a { background-color: rgb(120,168,220); }
div.DivClassName
{
background-color: #78A8DC;
}
.BgClassName
{
background-color: #78A8DC;
}
</style>
border-color css
<style>
span { border-color: #78A8DC; }
span { border-color: rgb(120,168,220); }
td.TdClassName
{
border-color: #78A8DC;
}
.TagClassName
{
border-color: #78A8DC;
}
</style>