Shades of Jordy Blue #7FA2EF
Tints of Jordy Blue #7FA2EF
RGB
CMYK
RGB Variations
Color information
#7FA2EF (or 0x7FA2EF) is known color: Jordy Blue. HEX triplet: 7F, A2 and EF. RGB value is (127,162,239). Sum of RGB (Red+Green+Blue) = 127+162+239=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA2EF is #805D10. Grayscale: #9F9F9F. Windows color (decimal): -8412433 or 15704703. OLE color: 15704703.
HSL color Cylindrical-coordinate representation of color #7FA2EF: hue angle of 221.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FA2EF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 162 | 239 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.06 |
| HSL | 221.25º | 0.78% | 0.72% | - |
| HSV(B) | 221.25º | 0.47% | 0.94% | - |
| XYZ | 37.25 | 36.58 | 86.76 | - |
| YUV | 160.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 239 | 0.47 | 0.32 | 0 | 0.06 | 221.25 | 0.78 | 0.72 |
| Hex | 7F | A2 | EF | 2F | 20 | 0 | 6 | DD | 4E | 48 |
| Octal | 177 | 242 | 357 | 57 | 40 | 0 | 6 | 335 | 116 | 110 |
| Binary | 1111111 | 10100010 | 11101111 | 101111 | 100000 | 0 | 110 | 11011101 | 1001110 | 1001000 |
Color Harmonies of #7FA2EF
Complementary color
Monochromatic Colors of #7FA2EF
Black with #7FA2EF
Text Example
Text Example
White with #7FA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2EF; }
p { color: rgb(127,162,239); }
H1.HeaderClassName
{
color: #7FA2EF;
}
.AnyTagClassName
{
color: #7FA2EF;
}
</style>
background-color css
<style>
a { background-color: #7FA2EF; }
a { background-color: rgb(127,162,239); }
div.DivClassName
{
background-color: #7FA2EF;
}
.BgClassName
{
background-color: #7FA2EF;
}
</style>
border-color css
<style>
span { border-color: #7FA2EF; }
span { border-color: rgb(127,162,239); }
td.TdClassName
{
border-color: #7FA2EF;
}
.TagClassName
{
border-color: #7FA2EF;
}
</style>