Shades of Jordy Blue #7698DF
Tints of Jordy Blue #7698DF
RGB
CMYK
RGB Variations
Color information
#7698DF (or 0x7698DF) is known color: Jordy Blue. HEX triplet: 76, 98 and DF. RGB value is (118,152,223). Sum of RGB (Red+Green+Blue) = 118+152+223=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #7698DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DF is #896720. Grayscale: #959595. Windows color (decimal): -9004833 or 14653558. OLE color: 14653558.
HSL color Cylindrical-coordinate representation of color #7698DF: hue angle of 220.57º 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 #7698DF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 152 | 223 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.13 |
| HSL | 220.57º | 0.62% | 0.67% | - |
| HSV(B) | 220.57º | 0.47% | 0.87% | - |
| XYZ | 32.02 | 31.64 | 74.23 | - |
| YUV | 149.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 223 | 0.47 | 0.32 | 0 | 0.13 | 220.57 | 0.62 | 0.67 |
| Hex | 76 | 98 | DF | 2F | 20 | 0 | D | DD | 3E | 43 |
| Octal | 166 | 230 | 337 | 57 | 40 | 0 | 15 | 335 | 76 | 103 |
| Binary | 1110110 | 10011000 | 11011111 | 101111 | 100000 | 0 | 1101 | 11011101 | 111110 | 1000011 |
Color Harmonies of #7698DF
Complementary color
Monochromatic Colors of #7698DF
Black with #7698DF
Text Example
Text Example
White with #7698DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698DF; }
p { color: rgb(118,152,223); }
H1.HeaderClassName
{
color: #7698DF;
}
.AnyTagClassName
{
color: #7698DF;
}
</style>
background-color css
<style>
a { background-color: #7698DF; }
a { background-color: rgb(118,152,223); }
div.DivClassName
{
background-color: #7698DF;
}
.BgClassName
{
background-color: #7698DF;
}
</style>
border-color css
<style>
span { border-color: #7698DF; }
span { border-color: rgb(118,152,223); }
td.TdClassName
{
border-color: #7698DF;
}
.TagClassName
{
border-color: #7698DF;
}
</style>