Shades of Jordy Blue #769DDF
Tints of Jordy Blue #769DDF
RGB
CMYK
RGB Variations
Color information
#769DDF (or 0x769DDF) is known color: Jordy Blue. HEX triplet: 76, 9D and DF. RGB value is (118,157,223). Sum of RGB (Red+Green+Blue) = 118+157+223=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #769DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDF is #896220. Grayscale: #989898. Windows color (decimal): -9003553 or 14654838. OLE color: 14654838.
HSL color Cylindrical-coordinate representation of color #769DDF: hue angle of 217.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769DDF is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 157 | 223 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.13 |
| HSL | 217.71º | 0.62% | 0.67% | - |
| HSV(B) | 217.71º | 0.47% | 0.87% | - |
| XYZ | 32.85 | 33.29 | 74.51 | - |
| YUV | 152.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 223 | 0.47 | 0.30 | 0 | 0.13 | 217.71 | 0.62 | 0.67 |
| Hex | 76 | 9D | DF | 2F | 1E | 0 | D | DA | 3E | 43 |
| Octal | 166 | 235 | 337 | 57 | 36 | 0 | 15 | 332 | 76 | 103 |
| Binary | 1110110 | 10011101 | 11011111 | 101111 | 11110 | 0 | 1101 | 11011010 | 111110 | 1000011 |
Color Harmonies of #769DDF
Complementary color
Monochromatic Colors of #769DDF
Black with #769DDF
Text Example
Text Example
White with #769DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DDF; }
p { color: rgb(118,157,223); }
H1.HeaderClassName
{
color: #769DDF;
}
.AnyTagClassName
{
color: #769DDF;
}
</style>
background-color css
<style>
a { background-color: #769DDF; }
a { background-color: rgb(118,157,223); }
div.DivClassName
{
background-color: #769DDF;
}
.BgClassName
{
background-color: #769DDF;
}
</style>
border-color css
<style>
span { border-color: #769DDF; }
span { border-color: rgb(118,157,223); }
td.TdClassName
{
border-color: #769DDF;
}
.TagClassName
{
border-color: #769DDF;
}
</style>