Shades of Jordy Blue #78A8DA
Tints of Jordy Blue #78A8DA
RGB
CMYK
RGB Variations
Color information
#78A8DA (or 0x78A8DA) is known color: Jordy Blue. HEX triplet: 78, A8 and DA. RGB value is (120,168,218). Sum of RGB (Red+Green+Blue) = 120+168+218=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #78A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8DA is #875725. Grayscale: #9F9F9F. Windows color (decimal): -8869670 or 14329976. OLE color: 14329976.
HSL color Cylindrical-coordinate representation of color #78A8DA: hue angle of 210.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78A8DA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 168 | 218 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.15 |
| HSL | 210.61º | 0.57% | 0.66% | - |
| HSV(B) | 210.61º | 0.45% | 0.85% | - |
| XYZ | 34.4 | 37.06 | 71.67 | - |
| YUV | 159.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 218 | 0.45 | 0.23 | 0 | 0.15 | 210.61 | 0.57 | 0.66 |
| Hex | 78 | A8 | DA | 2D | 17 | 0 | F | D3 | 39 | 42 |
| Octal | 170 | 250 | 332 | 55 | 27 | 0 | 17 | 323 | 71 | 102 |
| Binary | 1111000 | 10101000 | 11011010 | 101101 | 10111 | 0 | 1111 | 11010011 | 111001 | 1000010 |
Color Harmonies of #78A8DA
Complementary color
Monochromatic Colors of #78A8DA
Black with #78A8DA
Text Example
Text Example
White with #78A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8DA; }
p { color: rgb(120,168,218); }
H1.HeaderClassName
{
color: #78A8DA;
}
.AnyTagClassName
{
color: #78A8DA;
}
</style>
background-color css
<style>
a { background-color: #78A8DA; }
a { background-color: rgb(120,168,218); }
div.DivClassName
{
background-color: #78A8DA;
}
.BgClassName
{
background-color: #78A8DA;
}
</style>
border-color css
<style>
span { border-color: #78A8DA; }
span { border-color: rgb(120,168,218); }
td.TdClassName
{
border-color: #78A8DA;
}
.TagClassName
{
border-color: #78A8DA;
}
</style>