Shades of Wild Blue Yonder #7295CA
Tints of Wild Blue Yonder #7295CA
RGB
CMYK
RGB Variations
Color information
#7295CA (or 0x7295CA) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and CA. RGB value is (114,149,202). Sum of RGB (Red+Green+Blue) = 114+149+202=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7295CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295CA is #8D6A35. Grayscale: #909090. Windows color (decimal): -9267766 or 13276530. OLE color: 13276530.
HSL color Cylindrical-coordinate representation of color #7295CA: hue angle of 216.14º 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 #7295CA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 149 | 202 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.21 |
| HSL | 216.14º | 0.45% | 0.62% | - |
| HSV(B) | 216.14º | 0.44% | 0.79% | - |
| XYZ | 28.35 | 29.34 | 60.05 | - |
| YUV | 144.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 202 | 0.44 | 0.26 | 0 | 0.21 | 216.14 | 0.45 | 0.62 |
| Hex | 72 | 95 | CA | 2C | 1A | 0 | 15 | D8 | 2D | 3E |
| Octal | 162 | 225 | 312 | 54 | 32 | 0 | 25 | 330 | 55 | 76 |
| Binary | 1110010 | 10010101 | 11001010 | 101100 | 11010 | 0 | 10101 | 11011000 | 101101 | 111110 |
Color Harmonies of #7295CA
Complementary color
Monochromatic Colors of #7295CA
Black with #7295CA
Text Example
Text Example
White with #7295CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7295CA; }
p { color: rgb(114,149,202); }
H1.HeaderClassName
{
color: #7295CA;
}
.AnyTagClassName
{
color: #7295CA;
}
</style>
background-color css
<style>
a { background-color: #7295CA; }
a { background-color: rgb(114,149,202); }
div.DivClassName
{
background-color: #7295CA;
}
.BgClassName
{
background-color: #7295CA;
}
</style>
border-color css
<style>
span { border-color: #7295CA; }
span { border-color: rgb(114,149,202); }
td.TdClassName
{
border-color: #7295CA;
}
.TagClassName
{
border-color: #7295CA;
}
</style>