Shades of Jordy Blue #7299CC
Tints of Jordy Blue #7299CC
RGB
CMYK
RGB Variations
Color information
#7299CC (or 0x7299CC) is known color: Jordy Blue. HEX triplet: 72, 99 and CC. RGB value is (114,153,204). Sum of RGB (Red+Green+Blue) = 114+153+204=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7299CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299CC is #8D6633. Grayscale: #929292. Windows color (decimal): -9266740 or 13408626. OLE color: 13408626.
HSL color Cylindrical-coordinate representation of color #7299CC: hue angle of 214º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7299CC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 153 | 204 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.2 |
| HSL | 214º | 0.47% | 0.62% | - |
| HSV(B) | 214º | 0.44% | 0.8% | - |
| XYZ | 29.23 | 30.72 | 61.52 | - |
| YUV | 147.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 204 | 0.44 | 0.25 | 0 | 0.2 | 214 | 0.47 | 0.62 |
| Hex | 72 | 99 | CC | 2C | 19 | 0 | 14 | D6 | 2F | 3E |
| Octal | 162 | 231 | 314 | 54 | 31 | 0 | 24 | 326 | 57 | 76 |
| Binary | 1110010 | 10011001 | 11001100 | 101100 | 11001 | 0 | 10100 | 11010110 | 101111 | 111110 |
Color Harmonies of #7299CC
Complementary color
Monochromatic Colors of #7299CC
Black with #7299CC
Text Example
Text Example
White with #7299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299CC; }
p { color: rgb(114,153,204); }
H1.HeaderClassName
{
color: #7299CC;
}
.AnyTagClassName
{
color: #7299CC;
}
</style>
background-color css
<style>
a { background-color: #7299CC; }
a { background-color: rgb(114,153,204); }
div.DivClassName
{
background-color: #7299CC;
}
.BgClassName
{
background-color: #7299CC;
}
</style>
border-color css
<style>
span { border-color: #7299CC; }
span { border-color: rgb(114,153,204); }
td.TdClassName
{
border-color: #7299CC;
}
.TagClassName
{
border-color: #7299CC;
}
</style>