Shades of Jordy Blue #7BA3F8
Tints of Jordy Blue #7BA3F8
RGB
CMYK
RGB Variations
Color information
#7BA3F8 (or 0x7BA3F8) is known color: Jordy Blue. HEX triplet: 7B, A3 and F8. RGB value is (123,163,248). Sum of RGB (Red+Green+Blue) = 123+163+248=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BA3F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3F8 is #845C07. Grayscale: #A0A0A0. Windows color (decimal): -8674312 or 16294779. OLE color: 16294779.
HSL color Cylindrical-coordinate representation of color #7BA3F8: hue angle of 220.8º 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 #7BA3F8 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 163 | 248 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.03 |
| HSL | 220.8º | 0.9% | 0.73% | - |
| HSV(B) | 220.8º | 0.5% | 0.97% | - |
| XYZ | 38.21 | 37.18 | 93.97 | - |
| YUV | 160.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 248 | 0.50 | 0.34 | 0 | 0.03 | 220.8 | 0.9 | 0.73 |
| Hex | 7B | A3 | F8 | 32 | 22 | 0 | 3 | DD | 5A | 49 |
| Octal | 173 | 243 | 370 | 62 | 42 | 0 | 3 | 335 | 132 | 111 |
| Binary | 1111011 | 10100011 | 11111000 | 110010 | 100010 | 0 | 11 | 11011101 | 1011010 | 1001001 |
Color Harmonies of #7BA3F8
Complementary color
Monochromatic Colors of #7BA3F8
Black with #7BA3F8
Text Example
Text Example
White with #7BA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3F8; }
p { color: rgb(123,163,248); }
H1.HeaderClassName
{
color: #7BA3F8;
}
.AnyTagClassName
{
color: #7BA3F8;
}
</style>
background-color css
<style>
a { background-color: #7BA3F8; }
a { background-color: rgb(123,163,248); }
div.DivClassName
{
background-color: #7BA3F8;
}
.BgClassName
{
background-color: #7BA3F8;
}
</style>
border-color css
<style>
span { border-color: #7BA3F8; }
span { border-color: rgb(123,163,248); }
td.TdClassName
{
border-color: #7BA3F8;
}
.TagClassName
{
border-color: #7BA3F8;
}
</style>