Shades of Jordy Blue #7BA9DA
Tints of Jordy Blue #7BA9DA
RGB
CMYK
RGB Variations
Color information
#7BA9DA (or 0x7BA9DA) is known color: Jordy Blue. HEX triplet: 7B, A9 and DA. RGB value is (123,169,218). Sum of RGB (Red+Green+Blue) = 123+169+218=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BA9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9DA is #845625. Grayscale: #A0A0A0. Windows color (decimal): -8672806 or 14330235. OLE color: 14330235.
HSL color Cylindrical-coordinate representation of color #7BA9DA: hue angle of 210.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA9DA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 169 | 218 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.15 |
| HSL | 210.95º | 0.56% | 0.67% | - |
| HSV(B) | 210.95º | 0.44% | 0.85% | - |
| XYZ | 35.01 | 37.65 | 71.75 | - |
| YUV | 160.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 218 | 0.44 | 0.22 | 0 | 0.15 | 210.95 | 0.56 | 0.67 |
| Hex | 7B | A9 | DA | 2C | 16 | 0 | F | D3 | 38 | 43 |
| Octal | 173 | 251 | 332 | 54 | 26 | 0 | 17 | 323 | 70 | 103 |
| Binary | 1111011 | 10101001 | 11011010 | 101100 | 10110 | 0 | 1111 | 11010011 | 111000 | 1000011 |
Color Harmonies of #7BA9DA
Complementary color
Monochromatic Colors of #7BA9DA
Black with #7BA9DA
Text Example
Text Example
White with #7BA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9DA; }
p { color: rgb(123,169,218); }
H1.HeaderClassName
{
color: #7BA9DA;
}
.AnyTagClassName
{
color: #7BA9DA;
}
</style>
background-color css
<style>
a { background-color: #7BA9DA; }
a { background-color: rgb(123,169,218); }
div.DivClassName
{
background-color: #7BA9DA;
}
.BgClassName
{
background-color: #7BA9DA;
}
</style>
border-color css
<style>
span { border-color: #7BA9DA; }
span { border-color: rgb(123,169,218); }
td.TdClassName
{
border-color: #7BA9DA;
}
.TagClassName
{
border-color: #7BA9DA;
}
</style>