Shades of Jordy Blue #7BA1EB
Tints of Jordy Blue #7BA1EB
RGB
CMYK
RGB Variations
Color information
#7BA1EB (or 0x7BA1EB) is known color: Jordy Blue. HEX triplet: 7B, A1 and EB. RGB value is (123,161,235). Sum of RGB (Red+Green+Blue) = 123+161+235=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BA1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1EB is #845E14. Grayscale: #9D9D9D. Windows color (decimal): -8674837 or 15442299. OLE color: 15442299.
HSL color Cylindrical-coordinate representation of color #7BA1EB: hue angle of 219.64º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BA1EB is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 161 | 235 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.08 |
| HSL | 219.64º | 0.74% | 0.7% | - |
| HSV(B) | 219.64º | 0.48% | 0.92% | - |
| XYZ | 35.91 | 35.7 | 83.6 | - |
| YUV | 158.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 235 | 0.48 | 0.31 | 0 | 0.08 | 219.64 | 0.74 | 0.7 |
| Hex | 7B | A1 | EB | 30 | 1F | 0 | 8 | DC | 4A | 46 |
| Octal | 173 | 241 | 353 | 60 | 37 | 0 | 10 | 334 | 112 | 106 |
| Binary | 1111011 | 10100001 | 11101011 | 110000 | 11111 | 0 | 1000 | 11011100 | 1001010 | 1000110 |
Color Harmonies of #7BA1EB
Complementary color
Monochromatic Colors of #7BA1EB
Black with #7BA1EB
Text Example
Text Example
White with #7BA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1EB; }
p { color: rgb(123,161,235); }
H1.HeaderClassName
{
color: #7BA1EB;
}
.AnyTagClassName
{
color: #7BA1EB;
}
</style>
background-color css
<style>
a { background-color: #7BA1EB; }
a { background-color: rgb(123,161,235); }
div.DivClassName
{
background-color: #7BA1EB;
}
.BgClassName
{
background-color: #7BA1EB;
}
</style>
border-color css
<style>
span { border-color: #7BA1EB; }
span { border-color: rgb(123,161,235); }
td.TdClassName
{
border-color: #7BA1EB;
}
.TagClassName
{
border-color: #7BA1EB;
}
</style>