Shades of Jordy Blue #7798DF
Tints of Jordy Blue #7798DF
RGB
CMYK
RGB Variations
Color information
#7798DF (or 0x7798DF) is known color: Jordy Blue. HEX triplet: 77, 98 and DF. RGB value is (119,152,223). Sum of RGB (Red+Green+Blue) = 119+152+223=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #7798DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DF is #886720. Grayscale: #959595. Windows color (decimal): -8939297 or 14653559. OLE color: 14653559.
HSL color Cylindrical-coordinate representation of color #7798DF: hue angle of 220.96º 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 #7798DF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 152 | 223 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.13 |
| HSL | 220.96º | 0.62% | 0.67% | - |
| HSV(B) | 220.96º | 0.47% | 0.87% | - |
| XYZ | 32.16 | 31.71 | 74.24 | - |
| YUV | 150.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 223 | 0.47 | 0.32 | 0 | 0.13 | 220.96 | 0.62 | 0.67 |
| Hex | 77 | 98 | DF | 2F | 20 | 0 | D | DD | 3E | 43 |
| Octal | 167 | 230 | 337 | 57 | 40 | 0 | 15 | 335 | 76 | 103 |
| Binary | 1110111 | 10011000 | 11011111 | 101111 | 100000 | 0 | 1101 | 11011101 | 111110 | 1000011 |
Color Harmonies of #7798DF
Complementary color
Monochromatic Colors of #7798DF
Black with #7798DF
Text Example
Text Example
White with #7798DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798DF; }
p { color: rgb(119,152,223); }
H1.HeaderClassName
{
color: #7798DF;
}
.AnyTagClassName
{
color: #7798DF;
}
</style>
background-color css
<style>
a { background-color: #7798DF; }
a { background-color: rgb(119,152,223); }
div.DivClassName
{
background-color: #7798DF;
}
.BgClassName
{
background-color: #7798DF;
}
</style>
border-color css
<style>
span { border-color: #7798DF; }
span { border-color: rgb(119,152,223); }
td.TdClassName
{
border-color: #7798DF;
}
.TagClassName
{
border-color: #7798DF;
}
</style>