Shades of Jordy Blue #769BCF
Tints of Jordy Blue #769BCF
RGB
CMYK
RGB Variations
Color information
#769BCF (or 0x769BCF) is known color: Jordy Blue. HEX triplet: 76, 9B and CF. RGB value is (118,155,207). Sum of RGB (Red+Green+Blue) = 118+155+207=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #769BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BCF is #896430. Grayscale: #959595. Windows color (decimal): -9004081 or 13605750. OLE color: 13605750.
HSL color Cylindrical-coordinate representation of color #769BCF: hue angle of 215.06º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769BCF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 155 | 207 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.19 |
| HSL | 215.06º | 0.48% | 0.64% | - |
| HSV(B) | 215.06º | 0.43% | 0.81% | - |
| XYZ | 30.46 | 31.8 | 63.56 | - |
| YUV | 149.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 207 | 0.43 | 0.25 | 0 | 0.19 | 215.06 | 0.48 | 0.64 |
| Hex | 76 | 9B | CF | 2B | 19 | 0 | 13 | D7 | 30 | 40 |
| Octal | 166 | 233 | 317 | 53 | 31 | 0 | 23 | 327 | 60 | 100 |
| Binary | 1110110 | 10011011 | 11001111 | 101011 | 11001 | 0 | 10011 | 11010111 | 110000 | 1000000 |
Color Harmonies of #769BCF
Complementary color
Monochromatic Colors of #769BCF
Black with #769BCF
Text Example
Text Example
White with #769BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BCF; }
p { color: rgb(118,155,207); }
H1.HeaderClassName
{
color: #769BCF;
}
.AnyTagClassName
{
color: #769BCF;
}
</style>
background-color css
<style>
a { background-color: #769BCF; }
a { background-color: rgb(118,155,207); }
div.DivClassName
{
background-color: #769BCF;
}
.BgClassName
{
background-color: #769BCF;
}
</style>
border-color css
<style>
span { border-color: #769BCF; }
span { border-color: rgb(118,155,207); }
td.TdClassName
{
border-color: #769BCF;
}
.TagClassName
{
border-color: #769BCF;
}
</style>