Shades of Jordy Blue #7798DC
Tints of Jordy Blue #7798DC
RGB
CMYK
RGB Variations
Color information
#7798DC (or 0x7798DC) is known color: Jordy Blue. HEX triplet: 77, 98 and DC. RGB value is (119,152,220). Sum of RGB (Red+Green+Blue) = 119+152+220=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7798DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DC is #886723. Grayscale: #959595. Windows color (decimal): -8939300 or 14456951. OLE color: 14456951.
HSL color Cylindrical-coordinate representation of color #7798DC: hue angle of 220.4º 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 #7798DC is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 152 | 220 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.14 |
| HSL | 220.4º | 0.59% | 0.66% | - |
| HSV(B) | 220.4º | 0.46% | 0.86% | - |
| XYZ | 31.75 | 31.55 | 72.13 | - |
| YUV | 149.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 220 | 0.46 | 0.31 | 0 | 0.14 | 220.4 | 0.59 | 0.66 |
| Hex | 77 | 98 | DC | 2E | 1F | 0 | E | DC | 3B | 42 |
| Octal | 167 | 230 | 334 | 56 | 37 | 0 | 16 | 334 | 73 | 102 |
| Binary | 1110111 | 10011000 | 11011100 | 101110 | 11111 | 0 | 1110 | 11011100 | 111011 | 1000010 |
Color Harmonies of #7798DC
Complementary color
Monochromatic Colors of #7798DC
Black with #7798DC
Text Example
Text Example
White with #7798DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798DC; }
p { color: rgb(119,152,220); }
H1.HeaderClassName
{
color: #7798DC;
}
.AnyTagClassName
{
color: #7798DC;
}
</style>
background-color css
<style>
a { background-color: #7798DC; }
a { background-color: rgb(119,152,220); }
div.DivClassName
{
background-color: #7798DC;
}
.BgClassName
{
background-color: #7798DC;
}
</style>
border-color css
<style>
span { border-color: #7798DC; }
span { border-color: rgb(119,152,220); }
td.TdClassName
{
border-color: #7798DC;
}
.TagClassName
{
border-color: #7798DC;
}
</style>