Shades of Jordy Blue #769FE4
Tints of Jordy Blue #769FE4
RGB
CMYK
RGB Variations
Color information
#769FE4 (or 0x769FE4) is known color: Jordy Blue. HEX triplet: 76, 9F and E4. RGB value is (118,159,228). Sum of RGB (Red+Green+Blue) = 118+159+228=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #769FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FE4 is #89601B. Grayscale: #9A9A9A. Windows color (decimal): -9003036 or 14983030. OLE color: 14983030.
HSL color Cylindrical-coordinate representation of color #769FE4: hue angle of 217.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769FE4 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 159 | 228 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.11 |
| HSL | 217.64º | 0.67% | 0.68% | - |
| HSV(B) | 217.64º | 0.48% | 0.89% | - |
| XYZ | 33.87 | 34.25 | 78.22 | - |
| YUV | 154.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 228 | 0.48 | 0.30 | 0 | 0.11 | 217.64 | 0.67 | 0.68 |
| Hex | 76 | 9F | E4 | 30 | 1E | 0 | B | DA | 43 | 44 |
| Octal | 166 | 237 | 344 | 60 | 36 | 0 | 13 | 332 | 103 | 104 |
| Binary | 1110110 | 10011111 | 11100100 | 110000 | 11110 | 0 | 1011 | 11011010 | 1000011 | 1000100 |
Color Harmonies of #769FE4
Complementary color
Monochromatic Colors of #769FE4
Black with #769FE4
Text Example
Text Example
White with #769FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FE4; }
p { color: rgb(118,159,228); }
H1.HeaderClassName
{
color: #769FE4;
}
.AnyTagClassName
{
color: #769FE4;
}
</style>
background-color css
<style>
a { background-color: #769FE4; }
a { background-color: rgb(118,159,228); }
div.DivClassName
{
background-color: #769FE4;
}
.BgClassName
{
background-color: #769FE4;
}
</style>
border-color css
<style>
span { border-color: #769FE4; }
span { border-color: rgb(118,159,228); }
td.TdClassName
{
border-color: #769FE4;
}
.TagClassName
{
border-color: #769FE4;
}
</style>