Shades of Jordy Blue #78A0DF
Tints of Jordy Blue #78A0DF
RGB
CMYK
RGB Variations
Color information
#78A0DF (or 0x78A0DF) is known color: Jordy Blue. HEX triplet: 78, A0 and DF. RGB value is (120,160,223). Sum of RGB (Red+Green+Blue) = 120+160+223=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #78A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0DF is #875F20. Grayscale: #9A9A9A. Windows color (decimal): -8871713 or 14655608. OLE color: 14655608.
HSL color Cylindrical-coordinate representation of color #78A0DF: hue angle of 216.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78A0DF is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 160 | 223 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.13 |
| HSL | 216.7º | 0.62% | 0.67% | - |
| HSV(B) | 216.7º | 0.46% | 0.87% | - |
| XYZ | 33.64 | 34.46 | 74.69 | - |
| YUV | 155.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 223 | 0.46 | 0.28 | 0 | 0.13 | 216.7 | 0.62 | 0.67 |
| Hex | 78 | A0 | DF | 2E | 1C | 0 | D | D9 | 3E | 43 |
| Octal | 170 | 240 | 337 | 56 | 34 | 0 | 15 | 331 | 76 | 103 |
| Binary | 1111000 | 10100000 | 11011111 | 101110 | 11100 | 0 | 1101 | 11011001 | 111110 | 1000011 |
Color Harmonies of #78A0DF
Complementary color
Monochromatic Colors of #78A0DF
Black with #78A0DF
Text Example
Text Example
White with #78A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A0DF; }
p { color: rgb(120,160,223); }
H1.HeaderClassName
{
color: #78A0DF;
}
.AnyTagClassName
{
color: #78A0DF;
}
</style>
background-color css
<style>
a { background-color: #78A0DF; }
a { background-color: rgb(120,160,223); }
div.DivClassName
{
background-color: #78A0DF;
}
.BgClassName
{
background-color: #78A0DF;
}
</style>
border-color css
<style>
span { border-color: #78A0DF; }
span { border-color: rgb(120,160,223); }
td.TdClassName
{
border-color: #78A0DF;
}
.TagClassName
{
border-color: #78A0DF;
}
</style>