Shades of Jordy Blue #7EA4EC
Tints of Jordy Blue #7EA4EC
RGB
CMYK
RGB Variations
Color information
#7EA4EC (or 0x7EA4EC) is known color: Jordy Blue. HEX triplet: 7E, A4 and EC. RGB value is (126,164,236). Sum of RGB (Red+Green+Blue) = 126+164+236=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EA4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA4EC is #815B13. Grayscale: #A0A0A0. Windows color (decimal): -8477460 or 15508606. OLE color: 15508606.
HSL color Cylindrical-coordinate representation of color #7EA4EC: hue angle of 219.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA4EC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 164 | 236 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.07 |
| HSL | 219.27º | 0.74% | 0.71% | - |
| HSV(B) | 219.27º | 0.47% | 0.93% | - |
| XYZ | 37.02 | 37.04 | 84.56 | - |
| YUV | 160.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 236 | 0.47 | 0.31 | 0 | 0.07 | 219.27 | 0.74 | 0.71 |
| Hex | 7E | A4 | EC | 2F | 1F | 0 | 7 | DB | 4A | 47 |
| Octal | 176 | 244 | 354 | 57 | 37 | 0 | 7 | 333 | 112 | 107 |
| Binary | 1111110 | 10100100 | 11101100 | 101111 | 11111 | 0 | 111 | 11011011 | 1001010 | 1000111 |
Color Harmonies of #7EA4EC
Complementary color
Monochromatic Colors of #7EA4EC
Black with #7EA4EC
Text Example
Text Example
White with #7EA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA4EC; }
p { color: rgb(126,164,236); }
H1.HeaderClassName
{
color: #7EA4EC;
}
.AnyTagClassName
{
color: #7EA4EC;
}
</style>
background-color css
<style>
a { background-color: #7EA4EC; }
a { background-color: rgb(126,164,236); }
div.DivClassName
{
background-color: #7EA4EC;
}
.BgClassName
{
background-color: #7EA4EC;
}
</style>
border-color css
<style>
span { border-color: #7EA4EC; }
span { border-color: rgb(126,164,236); }
td.TdClassName
{
border-color: #7EA4EC;
}
.TagClassName
{
border-color: #7EA4EC;
}
</style>