Shades of Jordy Blue #779CDC
Tints of Jordy Blue #779CDC
RGB
CMYK
RGB Variations
Color information
#779CDC (or 0x779CDC) is known color: Jordy Blue. HEX triplet: 77, 9C and DC. RGB value is (119,156,220). Sum of RGB (Red+Green+Blue) = 119+156+220=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #779CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDC is #886323. Grayscale: #979797. Windows color (decimal): -8938276 or 14457975. OLE color: 14457975.
HSL color Cylindrical-coordinate representation of color #779CDC: hue angle of 218.02º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779CDC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 156 | 220 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.14 |
| HSL | 218.02º | 0.59% | 0.66% | - |
| HSV(B) | 218.02º | 0.46% | 0.86% | - |
| XYZ | 32.41 | 32.87 | 72.35 | - |
| YUV | 152.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 220 | 0.46 | 0.29 | 0 | 0.14 | 218.02 | 0.59 | 0.66 |
| Hex | 77 | 9C | DC | 2E | 1D | 0 | E | DA | 3B | 42 |
| Octal | 167 | 234 | 334 | 56 | 35 | 0 | 16 | 332 | 73 | 102 |
| Binary | 1110111 | 10011100 | 11011100 | 101110 | 11101 | 0 | 1110 | 11011010 | 111011 | 1000010 |
Color Harmonies of #779CDC
Complementary color
Monochromatic Colors of #779CDC
Black with #779CDC
Text Example
Text Example
White with #779CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CDC; }
p { color: rgb(119,156,220); }
H1.HeaderClassName
{
color: #779CDC;
}
.AnyTagClassName
{
color: #779CDC;
}
</style>
background-color css
<style>
a { background-color: #779CDC; }
a { background-color: rgb(119,156,220); }
div.DivClassName
{
background-color: #779CDC;
}
.BgClassName
{
background-color: #779CDC;
}
</style>
border-color css
<style>
span { border-color: #779CDC; }
span { border-color: rgb(119,156,220); }
td.TdClassName
{
border-color: #779CDC;
}
.TagClassName
{
border-color: #779CDC;
}
</style>