Shades of Jordy Blue #78A8DD
Tints of Jordy Blue #78A8DD
RGB
CMYK
RGB Variations
Color information
#78A8DD (or 0x78A8DD) is known color: Jordy Blue. HEX triplet: 78, A8 and DD. RGB value is (120,168,221). Sum of RGB (Red+Green+Blue) = 120+168+221=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #78A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8DD is #875722. Grayscale: #9F9F9F. Windows color (decimal): -8869667 or 14526584. OLE color: 14526584.
HSL color Cylindrical-coordinate representation of color #78A8DD: hue angle of 211.49º degrees, saturation: 0.6, 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 #78A8DD is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 168 | 221 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.13 |
| HSL | 211.49º | 0.6% | 0.67% | - |
| HSV(B) | 211.49º | 0.46% | 0.87% | - |
| XYZ | 34.8 | 37.22 | 73.76 | - |
| YUV | 159.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 221 | 0.46 | 0.24 | 0 | 0.13 | 211.49 | 0.6 | 0.67 |
| Hex | 78 | A8 | DD | 2E | 18 | 0 | D | D3 | 3C | 43 |
| Octal | 170 | 250 | 335 | 56 | 30 | 0 | 15 | 323 | 74 | 103 |
| Binary | 1111000 | 10101000 | 11011101 | 101110 | 11000 | 0 | 1101 | 11010011 | 111100 | 1000011 |
Color Harmonies of #78A8DD
Complementary color
Monochromatic Colors of #78A8DD
Black with #78A8DD
Text Example
Text Example
White with #78A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8DD; }
p { color: rgb(120,168,221); }
H1.HeaderClassName
{
color: #78A8DD;
}
.AnyTagClassName
{
color: #78A8DD;
}
</style>
background-color css
<style>
a { background-color: #78A8DD; }
a { background-color: rgb(120,168,221); }
div.DivClassName
{
background-color: #78A8DD;
}
.BgClassName
{
background-color: #78A8DD;
}
</style>
border-color css
<style>
span { border-color: #78A8DD; }
span { border-color: rgb(120,168,221); }
td.TdClassName
{
border-color: #78A8DD;
}
.TagClassName
{
border-color: #78A8DD;
}
</style>