Shades of Jordy Blue #769FEA
Tints of Jordy Blue #769FEA
RGB
CMYK
RGB Variations
Color information
#769FEA (or 0x769FEA) is known color: Jordy Blue. HEX triplet: 76, 9F and EA. RGB value is (118,159,234). Sum of RGB (Red+Green+Blue) = 118+159+234=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #769FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FEA is #896015. Grayscale: #9A9A9A. Windows color (decimal): -9003030 or 15376246. OLE color: 15376246.
HSL color Cylindrical-coordinate representation of color #769FEA: hue angle of 218.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769FEA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 159 | 234 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.08 |
| HSL | 218.79º | 0.73% | 0.69% | - |
| HSV(B) | 218.79º | 0.5% | 0.92% | - |
| XYZ | 34.72 | 34.59 | 82.69 | - |
| YUV | 155.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 234 | 0.50 | 0.32 | 0 | 0.08 | 218.79 | 0.73 | 0.69 |
| Hex | 76 | 9F | EA | 32 | 20 | 0 | 8 | DB | 49 | 45 |
| Octal | 166 | 237 | 352 | 62 | 40 | 0 | 10 | 333 | 111 | 105 |
| Binary | 1110110 | 10011111 | 11101010 | 110010 | 100000 | 0 | 1000 | 11011011 | 1001001 | 1000101 |
Color Harmonies of #769FEA
Complementary color
Monochromatic Colors of #769FEA
Black with #769FEA
Text Example
Text Example
White with #769FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FEA; }
p { color: rgb(118,159,234); }
H1.HeaderClassName
{
color: #769FEA;
}
.AnyTagClassName
{
color: #769FEA;
}
</style>
background-color css
<style>
a { background-color: #769FEA; }
a { background-color: rgb(118,159,234); }
div.DivClassName
{
background-color: #769FEA;
}
.BgClassName
{
background-color: #769FEA;
}
</style>
border-color css
<style>
span { border-color: #769FEA; }
span { border-color: rgb(118,159,234); }
td.TdClassName
{
border-color: #769FEA;
}
.TagClassName
{
border-color: #769FEA;
}
</style>