Shades of Jordy Blue #769BD3
Tints of Jordy Blue #769BD3
RGB
CMYK
RGB Variations
Color information
#769BD3 (or 0x769BD3) is known color: Jordy Blue. HEX triplet: 76, 9B and D3. RGB value is (118,155,211). Sum of RGB (Red+Green+Blue) = 118+155+211=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #769BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BD3 is #89642C. Grayscale: #969696. Windows color (decimal): -9004077 or 13867894. OLE color: 13867894.
HSL color Cylindrical-coordinate representation of color #769BD3: hue angle of 216.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769BD3 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 155 | 211 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.17 |
| HSL | 216.13º | 0.51% | 0.65% | - |
| HSV(B) | 216.13º | 0.44% | 0.83% | - |
| XYZ | 30.95 | 32 | 66.17 | - |
| YUV | 150.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 211 | 0.44 | 0.27 | 0 | 0.17 | 216.13 | 0.51 | 0.65 |
| Hex | 76 | 9B | D3 | 2C | 1B | 0 | 11 | D8 | 33 | 41 |
| Octal | 166 | 233 | 323 | 54 | 33 | 0 | 21 | 330 | 63 | 101 |
| Binary | 1110110 | 10011011 | 11010011 | 101100 | 11011 | 0 | 10001 | 11011000 | 110011 | 1000001 |
Color Harmonies of #769BD3
Complementary color
Monochromatic Colors of #769BD3
Black with #769BD3
Text Example
Text Example
White with #769BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BD3; }
p { color: rgb(118,155,211); }
H1.HeaderClassName
{
color: #769BD3;
}
.AnyTagClassName
{
color: #769BD3;
}
</style>
background-color css
<style>
a { background-color: #769BD3; }
a { background-color: rgb(118,155,211); }
div.DivClassName
{
background-color: #769BD3;
}
.BgClassName
{
background-color: #769BD3;
}
</style>
border-color css
<style>
span { border-color: #769BD3; }
span { border-color: rgb(118,155,211); }
td.TdClassName
{
border-color: #769BD3;
}
.TagClassName
{
border-color: #769BD3;
}
</style>