Shades of Jordy Blue #769CE0
Tints of Jordy Blue #769CE0
RGB
CMYK
RGB Variations
Color information
#769CE0 (or 0x769CE0) is known color: Jordy Blue. HEX triplet: 76, 9C and E0. RGB value is (118,156,224). Sum of RGB (Red+Green+Blue) = 118+156+224=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #769CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CE0 is #89631F. Grayscale: #989898. Windows color (decimal): -9003808 or 14720118. OLE color: 14720118.
HSL color Cylindrical-coordinate representation of color #769CE0: hue angle of 218.49º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769CE0 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 156 | 224 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.12 |
| HSL | 218.49º | 0.63% | 0.67% | - |
| HSV(B) | 218.49º | 0.47% | 0.88% | - |
| XYZ | 32.81 | 33.01 | 75.16 | - |
| YUV | 152.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 224 | 0.47 | 0.30 | 0 | 0.12 | 218.49 | 0.63 | 0.67 |
| Hex | 76 | 9C | E0 | 2F | 1E | 0 | C | DA | 3F | 43 |
| Octal | 166 | 234 | 340 | 57 | 36 | 0 | 14 | 332 | 77 | 103 |
| Binary | 1110110 | 10011100 | 11100000 | 101111 | 11110 | 0 | 1100 | 11011010 | 111111 | 1000011 |
Color Harmonies of #769CE0
Complementary color
Monochromatic Colors of #769CE0
Black with #769CE0
Text Example
Text Example
White with #769CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CE0; }
p { color: rgb(118,156,224); }
H1.HeaderClassName
{
color: #769CE0;
}
.AnyTagClassName
{
color: #769CE0;
}
</style>
background-color css
<style>
a { background-color: #769CE0; }
a { background-color: rgb(118,156,224); }
div.DivClassName
{
background-color: #769CE0;
}
.BgClassName
{
background-color: #769CE0;
}
</style>
border-color css
<style>
span { border-color: #769CE0; }
span { border-color: rgb(118,156,224); }
td.TdClassName
{
border-color: #769CE0;
}
.TagClassName
{
border-color: #769CE0;
}
</style>