Shades of Jordy Blue #7FA0DD
Tints of Jordy Blue #7FA0DD
RGB
CMYK
RGB Variations
Color information
#7FA0DD (or 0x7FA0DD) is known color: Jordy Blue. HEX triplet: 7F, A0 and DD. RGB value is (127,160,221). Sum of RGB (Red+Green+Blue) = 127+160+221=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0DD is #805F22. Grayscale: #9C9C9C. Windows color (decimal): -8412963 or 14524543. OLE color: 14524543.
HSL color Cylindrical-coordinate representation of color #7FA0DD: hue angle of 218.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA0DD is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 160 | 221 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.13 |
| HSL | 218.94º | 0.58% | 0.68% | - |
| HSV(B) | 218.94º | 0.43% | 0.87% | - |
| XYZ | 34.37 | 34.87 | 73.33 | - |
| YUV | 157.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 221 | 0.43 | 0.28 | 0 | 0.13 | 218.94 | 0.58 | 0.68 |
| Hex | 7F | A0 | DD | 2B | 1C | 0 | D | DB | 3A | 44 |
| Octal | 177 | 240 | 335 | 53 | 34 | 0 | 15 | 333 | 72 | 104 |
| Binary | 1111111 | 10100000 | 11011101 | 101011 | 11100 | 0 | 1101 | 11011011 | 111010 | 1000100 |
Color Harmonies of #7FA0DD
Complementary color
Monochromatic Colors of #7FA0DD
Black with #7FA0DD
Text Example
Text Example
White with #7FA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0DD; }
p { color: rgb(127,160,221); }
H1.HeaderClassName
{
color: #7FA0DD;
}
.AnyTagClassName
{
color: #7FA0DD;
}
</style>
background-color css
<style>
a { background-color: #7FA0DD; }
a { background-color: rgb(127,160,221); }
div.DivClassName
{
background-color: #7FA0DD;
}
.BgClassName
{
background-color: #7FA0DD;
}
</style>
border-color css
<style>
span { border-color: #7FA0DD; }
span { border-color: rgb(127,160,221); }
td.TdClassName
{
border-color: #7FA0DD;
}
.TagClassName
{
border-color: #7FA0DD;
}
</style>