Shades of Jordy Blue #78A8DF
Tints of Jordy Blue #78A8DF
RGB
CMYK
RGB Variations
Color information
#78A8DF (or 0x78A8DF) is known color: Jordy Blue. HEX triplet: 78, A8 and DF. RGB value is (120,168,223). Sum of RGB (Red+Green+Blue) = 120+168+223=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #78A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8DF is #875720. Grayscale: #9F9F9F. Windows color (decimal): -8869665 or 14657656. OLE color: 14657656.
HSL color Cylindrical-coordinate representation of color #78A8DF: hue angle of 212.04º 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 #78A8DF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 168 | 223 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.13 |
| HSL | 212.04º | 0.62% | 0.67% | - |
| HSV(B) | 212.04º | 0.46% | 0.87% | - |
| XYZ | 35.07 | 37.33 | 75.17 | - |
| YUV | 159.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 223 | 0.46 | 0.25 | 0 | 0.13 | 212.04 | 0.62 | 0.67 |
| Hex | 78 | A8 | DF | 2E | 19 | 0 | D | D4 | 3E | 43 |
| Octal | 170 | 250 | 337 | 56 | 31 | 0 | 15 | 324 | 76 | 103 |
| Binary | 1111000 | 10101000 | 11011111 | 101110 | 11001 | 0 | 1101 | 11010100 | 111110 | 1000011 |
Color Harmonies of #78A8DF
Complementary color
Monochromatic Colors of #78A8DF
Black with #78A8DF
Text Example
Text Example
White with #78A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8DF; }
p { color: rgb(120,168,223); }
H1.HeaderClassName
{
color: #78A8DF;
}
.AnyTagClassName
{
color: #78A8DF;
}
</style>
background-color css
<style>
a { background-color: #78A8DF; }
a { background-color: rgb(120,168,223); }
div.DivClassName
{
background-color: #78A8DF;
}
.BgClassName
{
background-color: #78A8DF;
}
</style>
border-color css
<style>
span { border-color: #78A8DF; }
span { border-color: rgb(120,168,223); }
td.TdClassName
{
border-color: #78A8DF;
}
.TagClassName
{
border-color: #78A8DF;
}
</style>