Shades of Jordy Blue #7CA0DD
Tints of Jordy Blue #7CA0DD
RGB
CMYK
RGB Variations
Color information
#7CA0DD (or 0x7CA0DD) is known color: Jordy Blue. HEX triplet: 7C, A0 and DD. RGB value is (124,160,221). Sum of RGB (Red+Green+Blue) = 124+160+221=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0DD is #835F22. Grayscale: #9B9B9B. Windows color (decimal): -8609571 or 14524540. OLE color: 14524540.
HSL color Cylindrical-coordinate representation of color #7CA0DD: hue angle of 217.73º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA0DD is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 160 | 221 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.13 |
| HSL | 217.73º | 0.59% | 0.68% | - |
| HSV(B) | 217.73º | 0.44% | 0.87% | - |
| XYZ | 33.93 | 34.65 | 73.31 | - |
| YUV | 156.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 221 | 0.44 | 0.28 | 0 | 0.13 | 217.73 | 0.59 | 0.68 |
| Hex | 7C | A0 | DD | 2C | 1C | 0 | D | DA | 3B | 44 |
| Octal | 174 | 240 | 335 | 54 | 34 | 0 | 15 | 332 | 73 | 104 |
| Binary | 1111100 | 10100000 | 11011101 | 101100 | 11100 | 0 | 1101 | 11011010 | 111011 | 1000100 |
Color Harmonies of #7CA0DD
Complementary color
Monochromatic Colors of #7CA0DD
Black with #7CA0DD
Text Example
Text Example
White with #7CA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA0DD; }
p { color: rgb(124,160,221); }
H1.HeaderClassName
{
color: #7CA0DD;
}
.AnyTagClassName
{
color: #7CA0DD;
}
</style>
background-color css
<style>
a { background-color: #7CA0DD; }
a { background-color: rgb(124,160,221); }
div.DivClassName
{
background-color: #7CA0DD;
}
.BgClassName
{
background-color: #7CA0DD;
}
</style>
border-color css
<style>
span { border-color: #7CA0DD; }
span { border-color: rgb(124,160,221); }
td.TdClassName
{
border-color: #7CA0DD;
}
.TagClassName
{
border-color: #7CA0DD;
}
</style>