Shades of Jordy Blue #78A2DC
Tints of Jordy Blue #78A2DC
RGB
CMYK
RGB Variations
Color information
#78A2DC (or 0x78A2DC) is known color: Jordy Blue. HEX triplet: 78, A2 and DC. RGB value is (120,162,220). Sum of RGB (Red+Green+Blue) = 120+162+220=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #78A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2DC is #875D23. Grayscale: #9B9B9B. Windows color (decimal): -8871204 or 14459512. OLE color: 14459512.
HSL color Cylindrical-coordinate representation of color #78A2DC: hue angle of 214.8º 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 #78A2DC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 162 | 220 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.14 |
| HSL | 214.8º | 0.59% | 0.67% | - |
| HSV(B) | 214.8º | 0.45% | 0.86% | - |
| XYZ | 33.58 | 35 | 72.7 | - |
| YUV | 156.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 220 | 0.45 | 0.26 | 0 | 0.14 | 214.8 | 0.59 | 0.67 |
| Hex | 78 | A2 | DC | 2D | 1A | 0 | E | D7 | 3B | 43 |
| Octal | 170 | 242 | 334 | 55 | 32 | 0 | 16 | 327 | 73 | 103 |
| Binary | 1111000 | 10100010 | 11011100 | 101101 | 11010 | 0 | 1110 | 11010111 | 111011 | 1000011 |
Color Harmonies of #78A2DC
Complementary color
Monochromatic Colors of #78A2DC
Black with #78A2DC
Text Example
Text Example
White with #78A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2DC; }
p { color: rgb(120,162,220); }
H1.HeaderClassName
{
color: #78A2DC;
}
.AnyTagClassName
{
color: #78A2DC;
}
</style>
background-color css
<style>
a { background-color: #78A2DC; }
a { background-color: rgb(120,162,220); }
div.DivClassName
{
background-color: #78A2DC;
}
.BgClassName
{
background-color: #78A2DC;
}
</style>
border-color css
<style>
span { border-color: #78A2DC; }
span { border-color: rgb(120,162,220); }
td.TdClassName
{
border-color: #78A2DC;
}
.TagClassName
{
border-color: #78A2DC;
}
</style>