Shades of Jordy Blue #7BA8FD
Tints of Jordy Blue #7BA8FD
RGB
CMYK
RGB Variations
Color information
#7BA8FD (or 0x7BA8FD) is known color: Jordy Blue. HEX triplet: 7B, A8 and FD. RGB value is (123,168,253). Sum of RGB (Red+Green+Blue) = 123+168+253=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA8FD is #845702. Grayscale: #A3A3A3. Windows color (decimal): -8673027 or 16623739. OLE color: 16623739.
HSL color Cylindrical-coordinate representation of color #7BA8FD: hue angle of 219.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA8FD is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 168 | 253 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.01 |
| HSL | 219.23º | 0.97% | 0.74% | - |
| HSV(B) | 219.23º | 0.51% | 0.99% | - |
| XYZ | 39.9 | 39.31 | 98.41 | - |
| YUV | 164.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 253 | 0.51 | 0.34 | 0 | 0.01 | 219.23 | 0.97 | 0.74 |
| Hex | 7B | A8 | FD | 33 | 22 | 0 | 1 | DB | 61 | 4A |
| Octal | 173 | 250 | 375 | 63 | 42 | 0 | 1 | 333 | 141 | 112 |
| Binary | 1111011 | 10101000 | 11111101 | 110011 | 100010 | 0 | 1 | 11011011 | 1100001 | 1001010 |
Color Harmonies of #7BA8FD
Complementary color
Monochromatic Colors of #7BA8FD
Black with #7BA8FD
Text Example
Text Example
White with #7BA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA8FD; }
p { color: rgb(123,168,253); }
H1.HeaderClassName
{
color: #7BA8FD;
}
.AnyTagClassName
{
color: #7BA8FD;
}
</style>
background-color css
<style>
a { background-color: #7BA8FD; }
a { background-color: rgb(123,168,253); }
div.DivClassName
{
background-color: #7BA8FD;
}
.BgClassName
{
background-color: #7BA8FD;
}
</style>
border-color css
<style>
span { border-color: #7BA8FD; }
span { border-color: rgb(123,168,253); }
td.TdClassName
{
border-color: #7BA8FD;
}
.TagClassName
{
border-color: #7BA8FD;
}
</style>