Shades of Jordy Blue #769AD4
Tints of Jordy Blue #769AD4
RGB
CMYK
RGB Variations
Color information
#769AD4 (or 0x769AD4) is known color: Jordy Blue. HEX triplet: 76, 9A and D4. RGB value is (118,154,212). Sum of RGB (Red+Green+Blue) = 118+154+212=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #769AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD4 is #89652B. Grayscale: #959595. Windows color (decimal): -9004332 or 13933174. OLE color: 13933174.
HSL color Cylindrical-coordinate representation of color #769AD4: hue angle of 217.02º degrees, saturation: 0.52, 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 #769AD4 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 154 | 212 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.17 |
| HSL | 217.02º | 0.52% | 0.65% | - |
| HSV(B) | 217.02º | 0.44% | 0.83% | - |
| XYZ | 30.91 | 31.72 | 66.78 | - |
| YUV | 149.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 212 | 0.44 | 0.27 | 0 | 0.17 | 217.02 | 0.52 | 0.65 |
| Hex | 76 | 9A | D4 | 2C | 1B | 0 | 11 | D9 | 34 | 41 |
| Octal | 166 | 232 | 324 | 54 | 33 | 0 | 21 | 331 | 64 | 101 |
| Binary | 1110110 | 10011010 | 11010100 | 101100 | 11011 | 0 | 10001 | 11011001 | 110100 | 1000001 |
Color Harmonies of #769AD4
Complementary color
Monochromatic Colors of #769AD4
Black with #769AD4
Text Example
Text Example
White with #769AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AD4; }
p { color: rgb(118,154,212); }
H1.HeaderClassName
{
color: #769AD4;
}
.AnyTagClassName
{
color: #769AD4;
}
</style>
background-color css
<style>
a { background-color: #769AD4; }
a { background-color: rgb(118,154,212); }
div.DivClassName
{
background-color: #769AD4;
}
.BgClassName
{
background-color: #769AD4;
}
</style>
border-color css
<style>
span { border-color: #769AD4; }
span { border-color: rgb(118,154,212); }
td.TdClassName
{
border-color: #769AD4;
}
.TagClassName
{
border-color: #769AD4;
}
</style>