Shades of Jordy Blue #7FA0DC
Tints of Jordy Blue #7FA0DC
RGB
CMYK
RGB Variations
Color information
#7FA0DC (or 0x7FA0DC) is known color: Jordy Blue. HEX triplet: 7F, A0 and DC. RGB value is (127,160,220). Sum of RGB (Red+Green+Blue) = 127+160+220=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0DC is #805F23. Grayscale: #9C9C9C. Windows color (decimal): -8412964 or 14459007. OLE color: 14459007.
HSL color Cylindrical-coordinate representation of color #7FA0DC: hue angle of 218.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA0DC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 160 | 220 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.14 |
| HSL | 218.71º | 0.57% | 0.68% | - |
| HSV(B) | 218.71º | 0.42% | 0.86% | - |
| XYZ | 34.24 | 34.82 | 72.63 | - |
| YUV | 156.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 220 | 0.42 | 0.27 | 0 | 0.14 | 218.71 | 0.57 | 0.68 |
| Hex | 7F | A0 | DC | 2A | 1B | 0 | E | DB | 39 | 44 |
| Octal | 177 | 240 | 334 | 52 | 33 | 0 | 16 | 333 | 71 | 104 |
| Binary | 1111111 | 10100000 | 11011100 | 101010 | 11011 | 0 | 1110 | 11011011 | 111001 | 1000100 |
Color Harmonies of #7FA0DC
Complementary color
Monochromatic Colors of #7FA0DC
Black with #7FA0DC
Text Example
Text Example
White with #7FA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0DC; }
p { color: rgb(127,160,220); }
H1.HeaderClassName
{
color: #7FA0DC;
}
.AnyTagClassName
{
color: #7FA0DC;
}
</style>
background-color css
<style>
a { background-color: #7FA0DC; }
a { background-color: rgb(127,160,220); }
div.DivClassName
{
background-color: #7FA0DC;
}
.BgClassName
{
background-color: #7FA0DC;
}
</style>
border-color css
<style>
span { border-color: #7FA0DC; }
span { border-color: rgb(127,160,220); }
td.TdClassName
{
border-color: #7FA0DC;
}
.TagClassName
{
border-color: #7FA0DC;
}
</style>