Shades of Jordy Blue #7BA8EB
Tints of Jordy Blue #7BA8EB
RGB
CMYK
RGB Variations
Color information
#7BA8EB (or 0x7BA8EB) is known color: Jordy Blue. HEX triplet: 7B, A8 and EB. RGB value is (123,168,235). Sum of RGB (Red+Green+Blue) = 123+168+235=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BA8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA8EB is #845714. Grayscale: #A1A1A1. Windows color (decimal): -8673045 or 15444091. OLE color: 15444091.
HSL color Cylindrical-coordinate representation of color #7BA8EB: hue angle of 215.89º 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 #7BA8EB is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 168 | 235 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.08 |
| HSL | 215.89º | 0.74% | 0.7% | - |
| HSV(B) | 215.89º | 0.48% | 0.92% | - |
| XYZ | 37.17 | 38.21 | 84.01 | - |
| YUV | 162.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 235 | 0.48 | 0.29 | 0 | 0.08 | 215.89 | 0.74 | 0.7 |
| Hex | 7B | A8 | EB | 30 | 1D | 0 | 8 | D8 | 4A | 46 |
| Octal | 173 | 250 | 353 | 60 | 35 | 0 | 10 | 330 | 112 | 106 |
| Binary | 1111011 | 10101000 | 11101011 | 110000 | 11101 | 0 | 1000 | 11011000 | 1001010 | 1000110 |
Color Harmonies of #7BA8EB
Complementary color
Monochromatic Colors of #7BA8EB
Black with #7BA8EB
Text Example
Text Example
White with #7BA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA8EB; }
p { color: rgb(123,168,235); }
H1.HeaderClassName
{
color: #7BA8EB;
}
.AnyTagClassName
{
color: #7BA8EB;
}
</style>
background-color css
<style>
a { background-color: #7BA8EB; }
a { background-color: rgb(123,168,235); }
div.DivClassName
{
background-color: #7BA8EB;
}
.BgClassName
{
background-color: #7BA8EB;
}
</style>
border-color css
<style>
span { border-color: #7BA8EB; }
span { border-color: rgb(123,168,235); }
td.TdClassName
{
border-color: #7BA8EB;
}
.TagClassName
{
border-color: #7BA8EB;
}
</style>