Shades of Jordy Blue #7198CF
Tints of Jordy Blue #7198CF
RGB
CMYK
RGB Variations
Color information
#7198CF (or 0x7198CF) is known color: Jordy Blue. HEX triplet: 71, 98 and CF. RGB value is (113,152,207). Sum of RGB (Red+Green+Blue) = 113+152+207=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7198CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198CF is #8E6730. Grayscale: #929292. Windows color (decimal): -9332529 or 13604977. OLE color: 13604977.
HSL color Cylindrical-coordinate representation of color #7198CF: hue angle of 215.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7198CF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 152 | 207 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.19 |
| HSL | 215.11º | 0.49% | 0.63% | - |
| HSV(B) | 215.11º | 0.45% | 0.81% | - |
| XYZ | 29.3 | 30.47 | 63.37 | - |
| YUV | 146.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 207 | 0.45 | 0.27 | 0 | 0.19 | 215.11 | 0.49 | 0.63 |
| Hex | 71 | 98 | CF | 2D | 1B | 0 | 13 | D7 | 31 | 3F |
| Octal | 161 | 230 | 317 | 55 | 33 | 0 | 23 | 327 | 61 | 77 |
| Binary | 1110001 | 10011000 | 11001111 | 101101 | 11011 | 0 | 10011 | 11010111 | 110001 | 111111 |
Color Harmonies of #7198CF
Complementary color
Monochromatic Colors of #7198CF
Black with #7198CF
Text Example
Text Example
White with #7198CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7198CF; }
p { color: rgb(113,152,207); }
H1.HeaderClassName
{
color: #7198CF;
}
.AnyTagClassName
{
color: #7198CF;
}
</style>
background-color css
<style>
a { background-color: #7198CF; }
a { background-color: rgb(113,152,207); }
div.DivClassName
{
background-color: #7198CF;
}
.BgClassName
{
background-color: #7198CF;
}
</style>
border-color css
<style>
span { border-color: #7198CF; }
span { border-color: rgb(113,152,207); }
td.TdClassName
{
border-color: #7198CF;
}
.TagClassName
{
border-color: #7198CF;
}
</style>