Shades of Jordy Blue #7BA5FA
Tints of Jordy Blue #7BA5FA
RGB
CMYK
RGB Variations
Color information
#7BA5FA (or 0x7BA5FA) is known color: Jordy Blue. HEX triplet: 7B, A5 and FA. RGB value is (123,165,250). Sum of RGB (Red+Green+Blue) = 123+165+250=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA5FA is #845A05. Grayscale: #A1A1A1. Windows color (decimal): -8673798 or 16426363. OLE color: 16426363.
HSL color Cylindrical-coordinate representation of color #7BA5FA: hue angle of 220.16º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA5FA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 165 | 250 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.02 |
| HSL | 220.16º | 0.93% | 0.73% | - |
| HSV(B) | 220.16º | 0.51% | 0.98% | - |
| XYZ | 38.88 | 38.02 | 95.73 | - |
| YUV | 162.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 250 | 0.51 | 0.34 | 0 | 0.02 | 220.16 | 0.93 | 0.73 |
| Hex | 7B | A5 | FA | 33 | 22 | 0 | 2 | DC | 5D | 49 |
| Octal | 173 | 245 | 372 | 63 | 42 | 0 | 2 | 334 | 135 | 111 |
| Binary | 1111011 | 10100101 | 11111010 | 110011 | 100010 | 0 | 10 | 11011100 | 1011101 | 1001001 |
Color Harmonies of #7BA5FA
Complementary color
Monochromatic Colors of #7BA5FA
Black with #7BA5FA
Text Example
Text Example
White with #7BA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5FA; }
p { color: rgb(123,165,250); }
H1.HeaderClassName
{
color: #7BA5FA;
}
.AnyTagClassName
{
color: #7BA5FA;
}
</style>
background-color css
<style>
a { background-color: #7BA5FA; }
a { background-color: rgb(123,165,250); }
div.DivClassName
{
background-color: #7BA5FA;
}
.BgClassName
{
background-color: #7BA5FA;
}
</style>
border-color css
<style>
span { border-color: #7BA5FA; }
span { border-color: rgb(123,165,250); }
td.TdClassName
{
border-color: #7BA5FA;
}
.TagClassName
{
border-color: #7BA5FA;
}
</style>