Shades of Jordy Blue #7299CF
Tints of Jordy Blue #7299CF
RGB
CMYK
RGB Variations
Color information
#7299CF (or 0x7299CF) is known color: Jordy Blue. HEX triplet: 72, 99 and CF. RGB value is (114,153,207). Sum of RGB (Red+Green+Blue) = 114+153+207=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7299CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299CF is #8D6630. Grayscale: #939393. Windows color (decimal): -9266737 or 13605234. OLE color: 13605234.
HSL color Cylindrical-coordinate representation of color #7299CF: hue angle of 214.84º 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 #7299CF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 153 | 207 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.19 |
| HSL | 214.84º | 0.49% | 0.63% | - |
| HSV(B) | 214.84º | 0.45% | 0.81% | - |
| XYZ | 29.59 | 30.86 | 63.43 | - |
| YUV | 147.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 207 | 0.45 | 0.26 | 0 | 0.19 | 214.84 | 0.49 | 0.63 |
| Hex | 72 | 99 | CF | 2D | 1A | 0 | 13 | D7 | 31 | 3F |
| Octal | 162 | 231 | 317 | 55 | 32 | 0 | 23 | 327 | 61 | 77 |
| Binary | 1110010 | 10011001 | 11001111 | 101101 | 11010 | 0 | 10011 | 11010111 | 110001 | 111111 |
Color Harmonies of #7299CF
Complementary color
Monochromatic Colors of #7299CF
Black with #7299CF
Text Example
Text Example
White with #7299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299CF; }
p { color: rgb(114,153,207); }
H1.HeaderClassName
{
color: #7299CF;
}
.AnyTagClassName
{
color: #7299CF;
}
</style>
background-color css
<style>
a { background-color: #7299CF; }
a { background-color: rgb(114,153,207); }
div.DivClassName
{
background-color: #7299CF;
}
.BgClassName
{
background-color: #7299CF;
}
</style>
border-color css
<style>
span { border-color: #7299CF; }
span { border-color: rgb(114,153,207); }
td.TdClassName
{
border-color: #7299CF;
}
.TagClassName
{
border-color: #7299CF;
}
</style>