Shades of Jordy Blue #7BA7F8
Tints of Jordy Blue #7BA7F8
RGB
CMYK
RGB Variations
Color information
#7BA7F8 (or 0x7BA7F8) is known color: Jordy Blue. HEX triplet: 7B, A7 and F8. RGB value is (123,167,248). Sum of RGB (Red+Green+Blue) = 123+167+248=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BA7F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7F8 is #845807. Grayscale: #A2A2A2. Windows color (decimal): -8673288 or 16295803. OLE color: 16295803.
HSL color Cylindrical-coordinate representation of color #7BA7F8: hue angle of 218.88º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BA7F8 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 167 | 248 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.03 |
| HSL | 218.88º | 0.9% | 0.73% | - |
| HSV(B) | 218.88º | 0.5% | 0.97% | - |
| XYZ | 38.93 | 38.63 | 94.21 | - |
| YUV | 163.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 248 | 0.50 | 0.33 | 0 | 0.03 | 218.88 | 0.9 | 0.73 |
| Hex | 7B | A7 | F8 | 32 | 21 | 0 | 3 | DB | 5A | 49 |
| Octal | 173 | 247 | 370 | 62 | 41 | 0 | 3 | 333 | 132 | 111 |
| Binary | 1111011 | 10100111 | 11111000 | 110010 | 100001 | 0 | 11 | 11011011 | 1011010 | 1001001 |
Color Harmonies of #7BA7F8
Complementary color
Monochromatic Colors of #7BA7F8
Black with #7BA7F8
Text Example
Text Example
White with #7BA7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7F8; }
p { color: rgb(123,167,248); }
H1.HeaderClassName
{
color: #7BA7F8;
}
.AnyTagClassName
{
color: #7BA7F8;
}
</style>
background-color css
<style>
a { background-color: #7BA7F8; }
a { background-color: rgb(123,167,248); }
div.DivClassName
{
background-color: #7BA7F8;
}
.BgClassName
{
background-color: #7BA7F8;
}
</style>
border-color css
<style>
span { border-color: #7BA7F8; }
span { border-color: rgb(123,167,248); }
td.TdClassName
{
border-color: #7BA7F8;
}
.TagClassName
{
border-color: #7BA7F8;
}
</style>