Shades of Jordy Blue #7FA2DC
Tints of Jordy Blue #7FA2DC
RGB
CMYK
RGB Variations
Color information
#7FA2DC (or 0x7FA2DC) is known color: Jordy Blue. HEX triplet: 7F, A2 and DC. RGB value is (127,162,220). Sum of RGB (Red+Green+Blue) = 127+162+220=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2DC is #805D23. Grayscale: #9D9D9D. Windows color (decimal): -8412452 or 14459519. OLE color: 14459519.
HSL color Cylindrical-coordinate representation of color #7FA2DC: hue angle of 217.42º 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 #7FA2DC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 162 | 220 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.14 |
| HSL | 217.42º | 0.57% | 0.68% | - |
| HSV(B) | 217.42º | 0.42% | 0.86% | - |
| XYZ | 34.59 | 35.52 | 72.74 | - |
| YUV | 158.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 220 | 0.42 | 0.26 | 0 | 0.14 | 217.42 | 0.57 | 0.68 |
| Hex | 7F | A2 | DC | 2A | 1A | 0 | E | D9 | 39 | 44 |
| Octal | 177 | 242 | 334 | 52 | 32 | 0 | 16 | 331 | 71 | 104 |
| Binary | 1111111 | 10100010 | 11011100 | 101010 | 11010 | 0 | 1110 | 11011001 | 111001 | 1000100 |
Color Harmonies of #7FA2DC
Complementary color
Monochromatic Colors of #7FA2DC
Black with #7FA2DC
Text Example
Text Example
White with #7FA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2DC; }
p { color: rgb(127,162,220); }
H1.HeaderClassName
{
color: #7FA2DC;
}
.AnyTagClassName
{
color: #7FA2DC;
}
</style>
background-color css
<style>
a { background-color: #7FA2DC; }
a { background-color: rgb(127,162,220); }
div.DivClassName
{
background-color: #7FA2DC;
}
.BgClassName
{
background-color: #7FA2DC;
}
</style>
border-color css
<style>
span { border-color: #7FA2DC; }
span { border-color: rgb(127,162,220); }
td.TdClassName
{
border-color: #7FA2DC;
}
.TagClassName
{
border-color: #7FA2DC;
}
</style>