Shades of Jordy Blue #7EA5E3
Tints of Jordy Blue #7EA5E3
RGB
CMYK
RGB Variations
Color information
#7EA5E3 (or 0x7EA5E3) is known color: Jordy Blue. HEX triplet: 7E, A5 and E3. RGB value is (126,165,227). Sum of RGB (Red+Green+Blue) = 126+165+227=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #7EA5E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5E3 is #815A1C. Grayscale: #A0A0A0. Windows color (decimal): -8477213 or 14919038. OLE color: 14919038.
HSL color Cylindrical-coordinate representation of color #7EA5E3: hue angle of 216.83º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EA5E3 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 165 | 227 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.11 |
| HSL | 216.83º | 0.64% | 0.69% | - |
| HSV(B) | 216.83º | 0.44% | 0.89% | - |
| XYZ | 35.92 | 36.89 | 77.9 | - |
| YUV | 160.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 227 | 0.44 | 0.27 | 0 | 0.11 | 216.83 | 0.64 | 0.69 |
| Hex | 7E | A5 | E3 | 2C | 1B | 0 | B | D9 | 40 | 45 |
| Octal | 176 | 245 | 343 | 54 | 33 | 0 | 13 | 331 | 100 | 105 |
| Binary | 1111110 | 10100101 | 11100011 | 101100 | 11011 | 0 | 1011 | 11011001 | 1000000 | 1000101 |
Color Harmonies of #7EA5E3
Complementary color
Monochromatic Colors of #7EA5E3
Black with #7EA5E3
Text Example
Text Example
White with #7EA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5E3; }
p { color: rgb(126,165,227); }
H1.HeaderClassName
{
color: #7EA5E3;
}
.AnyTagClassName
{
color: #7EA5E3;
}
</style>
background-color css
<style>
a { background-color: #7EA5E3; }
a { background-color: rgb(126,165,227); }
div.DivClassName
{
background-color: #7EA5E3;
}
.BgClassName
{
background-color: #7EA5E3;
}
</style>
border-color css
<style>
span { border-color: #7EA5E3; }
span { border-color: rgb(126,165,227); }
td.TdClassName
{
border-color: #7EA5E3;
}
.TagClassName
{
border-color: #7EA5E3;
}
</style>