Shades of Jordy Blue #7EA2FA
Tints of Jordy Blue #7EA2FA
RGB
CMYK
RGB Variations
Color information
#7EA2FA (or 0x7EA2FA) is known color: Jordy Blue. HEX triplet: 7E, A2 and FA. RGB value is (126,162,250). Sum of RGB (Red+Green+Blue) = 126+162+250=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA2FA is #815D05. Grayscale: #A0A0A0. Windows color (decimal): -8477958 or 16425598. OLE color: 16425598.
HSL color Cylindrical-coordinate representation of color #7EA2FA: hue angle of 222.58º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EA2FA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 162 | 250 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.02 |
| HSL | 222.58º | 0.93% | 0.74% | - |
| HSV(B) | 222.58º | 0.5% | 0.98% | - |
| XYZ | 38.78 | 37.18 | 95.57 | - |
| YUV | 161.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 250 | 0.50 | 0.35 | 0 | 0.02 | 222.58 | 0.93 | 0.74 |
| Hex | 7E | A2 | FA | 32 | 23 | 0 | 2 | DF | 5D | 4A |
| Octal | 176 | 242 | 372 | 62 | 43 | 0 | 2 | 337 | 135 | 112 |
| Binary | 1111110 | 10100010 | 11111010 | 110010 | 100011 | 0 | 10 | 11011111 | 1011101 | 1001010 |
Color Harmonies of #7EA2FA
Complementary color
Monochromatic Colors of #7EA2FA
Black with #7EA2FA
Text Example
Text Example
White with #7EA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2FA; }
p { color: rgb(126,162,250); }
H1.HeaderClassName
{
color: #7EA2FA;
}
.AnyTagClassName
{
color: #7EA2FA;
}
</style>
background-color css
<style>
a { background-color: #7EA2FA; }
a { background-color: rgb(126,162,250); }
div.DivClassName
{
background-color: #7EA2FA;
}
.BgClassName
{
background-color: #7EA2FA;
}
</style>
border-color css
<style>
span { border-color: #7EA2FA; }
span { border-color: rgb(126,162,250); }
td.TdClassName
{
border-color: #7EA2FA;
}
.TagClassName
{
border-color: #7EA2FA;
}
</style>