Shades of Jordy Blue #769AD3
Tints of Jordy Blue #769AD3
RGB
CMYK
RGB Variations
Color information
#769AD3 (or 0x769AD3) is known color: Jordy Blue. HEX triplet: 76, 9A and D3. RGB value is (118,154,211). Sum of RGB (Red+Green+Blue) = 118+154+211=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #769AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD3 is #89652C. Grayscale: #959595. Windows color (decimal): -9004333 or 13867638. OLE color: 13867638.
HSL color Cylindrical-coordinate representation of color #769AD3: hue angle of 216.77º 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 #769AD3 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 154 | 211 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.17 |
| HSL | 216.77º | 0.51% | 0.65% | - |
| HSV(B) | 216.77º | 0.44% | 0.83% | - |
| XYZ | 30.78 | 31.67 | 66.12 | - |
| YUV | 149.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 211 | 0.44 | 0.27 | 0 | 0.17 | 216.77 | 0.51 | 0.65 |
| Hex | 76 | 9A | D3 | 2C | 1B | 0 | 11 | D9 | 33 | 41 |
| Octal | 166 | 232 | 323 | 54 | 33 | 0 | 21 | 331 | 63 | 101 |
| Binary | 1110110 | 10011010 | 11010011 | 101100 | 11011 | 0 | 10001 | 11011001 | 110011 | 1000001 |
Color Harmonies of #769AD3
Complementary color
Monochromatic Colors of #769AD3
Black with #769AD3
Text Example
Text Example
White with #769AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AD3; }
p { color: rgb(118,154,211); }
H1.HeaderClassName
{
color: #769AD3;
}
.AnyTagClassName
{
color: #769AD3;
}
</style>
background-color css
<style>
a { background-color: #769AD3; }
a { background-color: rgb(118,154,211); }
div.DivClassName
{
background-color: #769AD3;
}
.BgClassName
{
background-color: #769AD3;
}
</style>
border-color css
<style>
span { border-color: #769AD3; }
span { border-color: rgb(118,154,211); }
td.TdClassName
{
border-color: #769AD3;
}
.TagClassName
{
border-color: #769AD3;
}
</style>