Shades of Jordy Blue #7EA7F1
Tints of Jordy Blue #7EA7F1
RGB
CMYK
RGB Variations
Color information
#7EA7F1 (or 0x7EA7F1) is known color: Jordy Blue. HEX triplet: 7E, A7 and F1. RGB value is (126,167,241). Sum of RGB (Red+Green+Blue) = 126+167+241=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #7EA7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA7F1 is #81580E. Grayscale: #A2A2A2. Windows color (decimal): -8476687 or 15837054. OLE color: 15837054.
HSL color Cylindrical-coordinate representation of color #7EA7F1: hue angle of 218.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EA7F1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 167 | 241 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.05 |
| HSL | 218.61º | 0.8% | 0.72% | - |
| HSV(B) | 218.61º | 0.48% | 0.95% | - |
| XYZ | 38.3 | 38.42 | 88.62 | - |
| YUV | 163.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 241 | 0.48 | 0.31 | 0 | 0.05 | 218.61 | 0.8 | 0.72 |
| Hex | 7E | A7 | F1 | 30 | 1F | 0 | 5 | DB | 50 | 48 |
| Octal | 176 | 247 | 361 | 60 | 37 | 0 | 5 | 333 | 120 | 110 |
| Binary | 1111110 | 10100111 | 11110001 | 110000 | 11111 | 0 | 101 | 11011011 | 1010000 | 1001000 |
Color Harmonies of #7EA7F1
Complementary color
Monochromatic Colors of #7EA7F1
Black with #7EA7F1
Text Example
Text Example
White with #7EA7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA7F1; }
p { color: rgb(126,167,241); }
H1.HeaderClassName
{
color: #7EA7F1;
}
.AnyTagClassName
{
color: #7EA7F1;
}
</style>
background-color css
<style>
a { background-color: #7EA7F1; }
a { background-color: rgb(126,167,241); }
div.DivClassName
{
background-color: #7EA7F1;
}
.BgClassName
{
background-color: #7EA7F1;
}
</style>
border-color css
<style>
span { border-color: #7EA7F1; }
span { border-color: rgb(126,167,241); }
td.TdClassName
{
border-color: #7EA7F1;
}
.TagClassName
{
border-color: #7EA7F1;
}
</style>