Shades of Jordy Blue #7EA3FA
Tints of Jordy Blue #7EA3FA
RGB
CMYK
RGB Variations
Color information
#7EA3FA (or 0x7EA3FA) is known color: Jordy Blue. HEX triplet: 7E, A3 and FA. RGB value is (126,163,250). Sum of RGB (Red+Green+Blue) = 126+163+250=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA3FA is #815C05. Grayscale: #A1A1A1. Windows color (decimal): -8477702 or 16425854. OLE color: 16425854.
HSL color Cylindrical-coordinate representation of color #7EA3FA: hue angle of 222.1º 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 #7EA3FA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 163 | 250 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.02 |
| HSL | 222.1º | 0.93% | 0.74% | - |
| HSV(B) | 222.1º | 0.5% | 0.98% | - |
| XYZ | 38.96 | 37.53 | 95.63 | - |
| YUV | 161.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 250 | 0.50 | 0.35 | 0 | 0.02 | 222.1 | 0.93 | 0.74 |
| Hex | 7E | A3 | FA | 32 | 23 | 0 | 2 | DE | 5D | 4A |
| Octal | 176 | 243 | 372 | 62 | 43 | 0 | 2 | 336 | 135 | 112 |
| Binary | 1111110 | 10100011 | 11111010 | 110010 | 100011 | 0 | 10 | 11011110 | 1011101 | 1001010 |
Color Harmonies of #7EA3FA
Complementary color
Monochromatic Colors of #7EA3FA
Black with #7EA3FA
Text Example
Text Example
White with #7EA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA3FA; }
p { color: rgb(126,163,250); }
H1.HeaderClassName
{
color: #7EA3FA;
}
.AnyTagClassName
{
color: #7EA3FA;
}
</style>
background-color css
<style>
a { background-color: #7EA3FA; }
a { background-color: rgb(126,163,250); }
div.DivClassName
{
background-color: #7EA3FA;
}
.BgClassName
{
background-color: #7EA3FA;
}
</style>
border-color css
<style>
span { border-color: #7EA3FA; }
span { border-color: rgb(126,163,250); }
td.TdClassName
{
border-color: #7EA3FA;
}
.TagClassName
{
border-color: #7EA3FA;
}
</style>