Shades of Jordy Blue #779BE3
Tints of Jordy Blue #779BE3
RGB
CMYK
RGB Variations
Color information
#779BE3 (or 0x779BE3) is known color: Jordy Blue. HEX triplet: 77, 9B and E3. RGB value is (119,155,227). Sum of RGB (Red+Green+Blue) = 119+155+227=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #779BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BE3 is #88641C. Grayscale: #989898. Windows color (decimal): -8938525 or 14916471. OLE color: 14916471.
HSL color Cylindrical-coordinate representation of color #779BE3: hue angle of 220º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779BE3 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 155 | 227 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.11 |
| HSL | 220º | 0.66% | 0.68% | - |
| HSV(B) | 220º | 0.48% | 0.89% | - |
| XYZ | 33.19 | 32.91 | 77.28 | - |
| YUV | 152.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 227 | 0.48 | 0.32 | 0 | 0.11 | 220 | 0.66 | 0.68 |
| Hex | 77 | 9B | E3 | 30 | 20 | 0 | B | DC | 42 | 44 |
| Octal | 167 | 233 | 343 | 60 | 40 | 0 | 13 | 334 | 102 | 104 |
| Binary | 1110111 | 10011011 | 11100011 | 110000 | 100000 | 0 | 1011 | 11011100 | 1000010 | 1000100 |
Color Harmonies of #779BE3
Complementary color
Monochromatic Colors of #779BE3
Black with #779BE3
Text Example
Text Example
White with #779BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BE3; }
p { color: rgb(119,155,227); }
H1.HeaderClassName
{
color: #779BE3;
}
.AnyTagClassName
{
color: #779BE3;
}
</style>
background-color css
<style>
a { background-color: #779BE3; }
a { background-color: rgb(119,155,227); }
div.DivClassName
{
background-color: #779BE3;
}
.BgClassName
{
background-color: #779BE3;
}
</style>
border-color css
<style>
span { border-color: #779BE3; }
span { border-color: rgb(119,155,227); }
td.TdClassName
{
border-color: #779BE3;
}
.TagClassName
{
border-color: #779BE3;
}
</style>