Shades of Jordy Blue #779FCF
Tints of Jordy Blue #779FCF
RGB
CMYK
RGB Variations
Color information
#779FCF (or 0x779FCF) is known color: Jordy Blue. HEX triplet: 77, 9F and CF. RGB value is (119,159,207). Sum of RGB (Red+Green+Blue) = 119+159+207=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #779FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FCF is #886030. Grayscale: #989898. Windows color (decimal): -8937521 or 13606775. OLE color: 13606775.
HSL color Cylindrical-coordinate representation of color #779FCF: hue angle of 212.73º 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 #779FCF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 159 | 207 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.19 |
| HSL | 212.73º | 0.48% | 0.64% | - |
| HSV(B) | 212.73º | 0.43% | 0.81% | - |
| XYZ | 31.27 | 33.22 | 63.8 | - |
| YUV | 152.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 207 | 0.43 | 0.23 | 0 | 0.19 | 212.73 | 0.48 | 0.64 |
| Hex | 77 | 9F | CF | 2B | 17 | 0 | 13 | D5 | 30 | 40 |
| Octal | 167 | 237 | 317 | 53 | 27 | 0 | 23 | 325 | 60 | 100 |
| Binary | 1110111 | 10011111 | 11001111 | 101011 | 10111 | 0 | 10011 | 11010101 | 110000 | 1000000 |
Color Harmonies of #779FCF
Complementary color
Monochromatic Colors of #779FCF
Black with #779FCF
Text Example
Text Example
White with #779FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FCF; }
p { color: rgb(119,159,207); }
H1.HeaderClassName
{
color: #779FCF;
}
.AnyTagClassName
{
color: #779FCF;
}
</style>
background-color css
<style>
a { background-color: #779FCF; }
a { background-color: rgb(119,159,207); }
div.DivClassName
{
background-color: #779FCF;
}
.BgClassName
{
background-color: #779FCF;
}
</style>
border-color css
<style>
span { border-color: #779FCF; }
span { border-color: rgb(119,159,207); }
td.TdClassName
{
border-color: #779FCF;
}
.TagClassName
{
border-color: #779FCF;
}
</style>