Shades of Jordy Blue #779BDF
Tints of Jordy Blue #779BDF
RGB
CMYK
RGB Variations
Color information
#779BDF (or 0x779BDF) is known color: Jordy Blue. HEX triplet: 77, 9B and DF. RGB value is (119,155,223). Sum of RGB (Red+Green+Blue) = 119+155+223=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #779BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDF is #886420. Grayscale: #979797. Windows color (decimal): -8938529 or 14654327. OLE color: 14654327.
HSL color Cylindrical-coordinate representation of color #779BDF: hue angle of 219.23º 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 #779BDF is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 155 | 223 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.13 |
| HSL | 219.23º | 0.62% | 0.67% | - |
| HSV(B) | 219.23º | 0.47% | 0.87% | - |
| XYZ | 32.65 | 32.69 | 74.4 | - |
| YUV | 151.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 223 | 0.47 | 0.30 | 0 | 0.13 | 219.23 | 0.62 | 0.67 |
| Hex | 77 | 9B | DF | 2F | 1E | 0 | D | DB | 3E | 43 |
| Octal | 167 | 233 | 337 | 57 | 36 | 0 | 15 | 333 | 76 | 103 |
| Binary | 1110111 | 10011011 | 11011111 | 101111 | 11110 | 0 | 1101 | 11011011 | 111110 | 1000011 |
Color Harmonies of #779BDF
Complementary color
Monochromatic Colors of #779BDF
Black with #779BDF
Text Example
Text Example
White with #779BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BDF; }
p { color: rgb(119,155,223); }
H1.HeaderClassName
{
color: #779BDF;
}
.AnyTagClassName
{
color: #779BDF;
}
</style>
background-color css
<style>
a { background-color: #779BDF; }
a { background-color: rgb(119,155,223); }
div.DivClassName
{
background-color: #779BDF;
}
.BgClassName
{
background-color: #779BDF;
}
</style>
border-color css
<style>
span { border-color: #779BDF; }
span { border-color: rgb(119,155,223); }
td.TdClassName
{
border-color: #779BDF;
}
.TagClassName
{
border-color: #779BDF;
}
</style>