Shades of Jordy Blue #7EA5EB
Tints of Jordy Blue #7EA5EB
RGB
CMYK
RGB Variations
Color information
#7EA5EB (or 0x7EA5EB) is known color: Jordy Blue. HEX triplet: 7E, A5 and EB. RGB value is (126,165,235). Sum of RGB (Red+Green+Blue) = 126+165+235=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #7EA5EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA5EB is #815A14. Grayscale: #A0A0A0. Windows color (decimal): -8477205 or 15443326. OLE color: 15443326.
HSL color Cylindrical-coordinate representation of color #7EA5EB: hue angle of 218.53º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EA5EB is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 165 | 235 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.08 |
| HSL | 218.53º | 0.73% | 0.71% | - |
| HSV(B) | 218.53º | 0.46% | 0.92% | - |
| XYZ | 37.05 | 37.34 | 83.85 | - |
| YUV | 161.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 235 | 0.46 | 0.30 | 0 | 0.08 | 218.53 | 0.73 | 0.71 |
| Hex | 7E | A5 | EB | 2E | 1E | 0 | 8 | DB | 49 | 47 |
| Octal | 176 | 245 | 353 | 56 | 36 | 0 | 10 | 333 | 111 | 107 |
| Binary | 1111110 | 10100101 | 11101011 | 101110 | 11110 | 0 | 1000 | 11011011 | 1001001 | 1000111 |
Color Harmonies of #7EA5EB
Complementary color
Monochromatic Colors of #7EA5EB
Black with #7EA5EB
Text Example
Text Example
White with #7EA5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5EB; }
p { color: rgb(126,165,235); }
H1.HeaderClassName
{
color: #7EA5EB;
}
.AnyTagClassName
{
color: #7EA5EB;
}
</style>
background-color css
<style>
a { background-color: #7EA5EB; }
a { background-color: rgb(126,165,235); }
div.DivClassName
{
background-color: #7EA5EB;
}
.BgClassName
{
background-color: #7EA5EB;
}
</style>
border-color css
<style>
span { border-color: #7EA5EB; }
span { border-color: rgb(126,165,235); }
td.TdClassName
{
border-color: #7EA5EB;
}
.TagClassName
{
border-color: #7EA5EB;
}
</style>