Shades of Wild Blue Yonder #7290CA
Tints of Wild Blue Yonder #7290CA
RGB
CMYK
RGB Variations
Color information
#7290CA (or 0x7290CA) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and CA. RGB value is (114,144,202). Sum of RGB (Red+Green+Blue) = 114+144+202=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #7290CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290CA is #8D6F35. Grayscale: #8D8D8D. Windows color (decimal): -9269046 or 13275250. OLE color: 13275250.
HSL color Cylindrical-coordinate representation of color #7290CA: hue angle of 219.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7290CA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 144 | 202 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.21 |
| HSL | 219.55º | 0.45% | 0.62% | - |
| HSV(B) | 219.55º | 0.44% | 0.79% | - |
| XYZ | 27.57 | 27.79 | 59.79 | - |
| YUV | 141.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 202 | 0.44 | 0.29 | 0 | 0.21 | 219.55 | 0.45 | 0.62 |
| Hex | 72 | 90 | CA | 2C | 1D | 0 | 15 | DC | 2D | 3E |
| Octal | 162 | 220 | 312 | 54 | 35 | 0 | 25 | 334 | 55 | 76 |
| Binary | 1110010 | 10010000 | 11001010 | 101100 | 11101 | 0 | 10101 | 11011100 | 101101 | 111110 |
Color Harmonies of #7290CA
Complementary color
Monochromatic Colors of #7290CA
Black with #7290CA
Text Example
Text Example
White with #7290CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290CA; }
p { color: rgb(114,144,202); }
H1.HeaderClassName
{
color: #7290CA;
}
.AnyTagClassName
{
color: #7290CA;
}
</style>
background-color css
<style>
a { background-color: #7290CA; }
a { background-color: rgb(114,144,202); }
div.DivClassName
{
background-color: #7290CA;
}
.BgClassName
{
background-color: #7290CA;
}
</style>
border-color css
<style>
span { border-color: #7290CA; }
span { border-color: rgb(114,144,202); }
td.TdClassName
{
border-color: #7290CA;
}
.TagClassName
{
border-color: #7290CA;
}
</style>