Shades of Jordy Blue #7199CF
Tints of Jordy Blue #7199CF
RGB
CMYK
RGB Variations
Color information
#7199CF (or 0x7199CF) is known color: Jordy Blue. HEX triplet: 71, 99 and CF. RGB value is (113,153,207). Sum of RGB (Red+Green+Blue) = 113+153+207=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7199CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199CF is #8E6630. Grayscale: #929292. Windows color (decimal): -9332273 or 13605233. OLE color: 13605233.
HSL color Cylindrical-coordinate representation of color #7199CF: hue angle of 214.47º 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 #7199CF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 153 | 207 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.19 |
| HSL | 214.47º | 0.49% | 0.63% | - |
| HSV(B) | 214.47º | 0.45% | 0.81% | - |
| XYZ | 29.46 | 30.8 | 63.42 | - |
| YUV | 147.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 207 | 0.45 | 0.26 | 0 | 0.19 | 214.47 | 0.49 | 0.63 |
| Hex | 71 | 99 | CF | 2D | 1A | 0 | 13 | D6 | 31 | 3F |
| Octal | 161 | 231 | 317 | 55 | 32 | 0 | 23 | 326 | 61 | 77 |
| Binary | 1110001 | 10011001 | 11001111 | 101101 | 11010 | 0 | 10011 | 11010110 | 110001 | 111111 |
Color Harmonies of #7199CF
Complementary color
Monochromatic Colors of #7199CF
Black with #7199CF
Text Example
Text Example
White with #7199CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7199CF; }
p { color: rgb(113,153,207); }
H1.HeaderClassName
{
color: #7199CF;
}
.AnyTagClassName
{
color: #7199CF;
}
</style>
background-color css
<style>
a { background-color: #7199CF; }
a { background-color: rgb(113,153,207); }
div.DivClassName
{
background-color: #7199CF;
}
.BgClassName
{
background-color: #7199CF;
}
</style>
border-color css
<style>
span { border-color: #7199CF; }
span { border-color: rgb(113,153,207); }
td.TdClassName
{
border-color: #7199CF;
}
.TagClassName
{
border-color: #7199CF;
}
</style>