Shades of Jordy Blue #7EA5E0
Tints of Jordy Blue #7EA5E0
RGB
CMYK
RGB Variations
Color information
#7EA5E0 (or 0x7EA5E0) is known color: Jordy Blue. HEX triplet: 7E, A5 and E0. RGB value is (126,165,224). Sum of RGB (Red+Green+Blue) = 126+165+224=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #7EA5E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5E0 is #815A1F. Grayscale: #9F9F9F. Windows color (decimal): -8477216 or 14722430. OLE color: 14722430.
HSL color Cylindrical-coordinate representation of color #7EA5E0: hue angle of 216.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EA5E0 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 165 | 224 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.12 |
| HSL | 216.12º | 0.61% | 0.69% | - |
| HSV(B) | 216.12º | 0.44% | 0.88% | - |
| XYZ | 35.51 | 36.73 | 75.74 | - |
| YUV | 160.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 224 | 0.44 | 0.26 | 0 | 0.12 | 216.12 | 0.61 | 0.69 |
| Hex | 7E | A5 | E0 | 2C | 1A | 0 | C | D8 | 3D | 45 |
| Octal | 176 | 245 | 340 | 54 | 32 | 0 | 14 | 330 | 75 | 105 |
| Binary | 1111110 | 10100101 | 11100000 | 101100 | 11010 | 0 | 1100 | 11011000 | 111101 | 1000101 |
Color Harmonies of #7EA5E0
Complementary color
Monochromatic Colors of #7EA5E0
Black with #7EA5E0
Text Example
Text Example
White with #7EA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5E0; }
p { color: rgb(126,165,224); }
H1.HeaderClassName
{
color: #7EA5E0;
}
.AnyTagClassName
{
color: #7EA5E0;
}
</style>
background-color css
<style>
a { background-color: #7EA5E0; }
a { background-color: rgb(126,165,224); }
div.DivClassName
{
background-color: #7EA5E0;
}
.BgClassName
{
background-color: #7EA5E0;
}
</style>
border-color css
<style>
span { border-color: #7EA5E0; }
span { border-color: rgb(126,165,224); }
td.TdClassName
{
border-color: #7EA5E0;
}
.TagClassName
{
border-color: #7EA5E0;
}
</style>