Shades of Jordy Blue #7FA1ED
Tints of Jordy Blue #7FA1ED
RGB
CMYK
RGB Variations
Color information
#7FA1ED (or 0x7FA1ED) is known color: Jordy Blue. HEX triplet: 7F, A1 and ED. RGB value is (127,161,237). Sum of RGB (Red+Green+Blue) = 127+161+237=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FA1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA1ED is #805E12. Grayscale: #9F9F9F. Windows color (decimal): -8412691 or 15573375. OLE color: 15573375.
HSL color Cylindrical-coordinate representation of color #7FA1ED: hue angle of 221.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA1ED is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 161 | 237 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.07 |
| HSL | 221.45º | 0.75% | 0.71% | - |
| HSV(B) | 221.45º | 0.46% | 0.93% | - |
| XYZ | 36.78 | 36.12 | 85.15 | - |
| YUV | 159.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 237 | 0.46 | 0.32 | 0 | 0.07 | 221.45 | 0.75 | 0.71 |
| Hex | 7F | A1 | ED | 2E | 20 | 0 | 7 | DD | 4B | 47 |
| Octal | 177 | 241 | 355 | 56 | 40 | 0 | 7 | 335 | 113 | 107 |
| Binary | 1111111 | 10100001 | 11101101 | 101110 | 100000 | 0 | 111 | 11011101 | 1001011 | 1000111 |
Color Harmonies of #7FA1ED
Complementary color
Monochromatic Colors of #7FA1ED
Black with #7FA1ED
Text Example
Text Example
White with #7FA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA1ED; }
p { color: rgb(127,161,237); }
H1.HeaderClassName
{
color: #7FA1ED;
}
.AnyTagClassName
{
color: #7FA1ED;
}
</style>
background-color css
<style>
a { background-color: #7FA1ED; }
a { background-color: rgb(127,161,237); }
div.DivClassName
{
background-color: #7FA1ED;
}
.BgClassName
{
background-color: #7FA1ED;
}
</style>
border-color css
<style>
span { border-color: #7FA1ED; }
span { border-color: rgb(127,161,237); }
td.TdClassName
{
border-color: #7FA1ED;
}
.TagClassName
{
border-color: #7FA1ED;
}
</style>