Shades of Jordy Blue #769EDB
Tints of Jordy Blue #769EDB
RGB
CMYK
RGB Variations
Color information
#769EDB (or 0x769EDB) is known color: Jordy Blue. HEX triplet: 76, 9E and DB. RGB value is (118,158,219). Sum of RGB (Red+Green+Blue) = 118+158+219=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #769EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EDB is #896124. Grayscale: #989898. Windows color (decimal): -9003301 or 14392950. OLE color: 14392950.
HSL color Cylindrical-coordinate representation of color #769EDB: hue angle of 216.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769EDB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 158 | 219 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.14 |
| HSL | 216.24º | 0.58% | 0.66% | - |
| HSV(B) | 216.24º | 0.46% | 0.86% | - |
| XYZ | 32.48 | 33.42 | 71.76 | - |
| YUV | 152.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 219 | 0.46 | 0.28 | 0 | 0.14 | 216.24 | 0.58 | 0.66 |
| Hex | 76 | 9E | DB | 2E | 1C | 0 | E | D8 | 3A | 42 |
| Octal | 166 | 236 | 333 | 56 | 34 | 0 | 16 | 330 | 72 | 102 |
| Binary | 1110110 | 10011110 | 11011011 | 101110 | 11100 | 0 | 1110 | 11011000 | 111010 | 1000010 |
Color Harmonies of #769EDB
Complementary color
Monochromatic Colors of #769EDB
Black with #769EDB
Text Example
Text Example
White with #769EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EDB; }
p { color: rgb(118,158,219); }
H1.HeaderClassName
{
color: #769EDB;
}
.AnyTagClassName
{
color: #769EDB;
}
</style>
background-color css
<style>
a { background-color: #769EDB; }
a { background-color: rgb(118,158,219); }
div.DivClassName
{
background-color: #769EDB;
}
.BgClassName
{
background-color: #769EDB;
}
</style>
border-color css
<style>
span { border-color: #769EDB; }
span { border-color: rgb(118,158,219); }
td.TdClassName
{
border-color: #769EDB;
}
.TagClassName
{
border-color: #769EDB;
}
</style>