Shades of Jordy Blue #7EA4DB
Tints of Jordy Blue #7EA4DB
RGB
CMYK
RGB Variations
Color information
#7EA4DB (or 0x7EA4DB) is known color: Jordy Blue. HEX triplet: 7E, A4 and DB. RGB value is (126,164,219). Sum of RGB (Red+Green+Blue) = 126+164+219=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4DB is #815B24. Grayscale: #9E9E9E. Windows color (decimal): -8477477 or 14394494. OLE color: 14394494.
HSL color Cylindrical-coordinate representation of color #7EA4DB: hue angle of 215.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA4DB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 164 | 219 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.14 |
| HSL | 215.48º | 0.56% | 0.68% | - |
| HSV(B) | 215.48º | 0.42% | 0.86% | - |
| XYZ | 34.67 | 36.1 | 72.16 | - |
| YUV | 158.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 219 | 0.42 | 0.25 | 0 | 0.14 | 215.48 | 0.56 | 0.68 |
| Hex | 7E | A4 | DB | 2A | 19 | 0 | E | D7 | 38 | 44 |
| Octal | 176 | 244 | 333 | 52 | 31 | 0 | 16 | 327 | 70 | 104 |
| Binary | 1111110 | 10100100 | 11011011 | 101010 | 11001 | 0 | 1110 | 11010111 | 111000 | 1000100 |
Color Harmonies of #7EA4DB
Complementary color
Monochromatic Colors of #7EA4DB
Black with #7EA4DB
Text Example
Text Example
White with #7EA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA4DB; }
p { color: rgb(126,164,219); }
H1.HeaderClassName
{
color: #7EA4DB;
}
.AnyTagClassName
{
color: #7EA4DB;
}
</style>
background-color css
<style>
a { background-color: #7EA4DB; }
a { background-color: rgb(126,164,219); }
div.DivClassName
{
background-color: #7EA4DB;
}
.BgClassName
{
background-color: #7EA4DB;
}
</style>
border-color css
<style>
span { border-color: #7EA4DB; }
span { border-color: rgb(126,164,219); }
td.TdClassName
{
border-color: #7EA4DB;
}
.TagClassName
{
border-color: #7EA4DB;
}
</style>