Shades of Wild Blue Yonder #7295BF
Tints of Wild Blue Yonder #7295BF
RGB
CMYK
RGB Variations
Color information
#7295BF (or 0x7295BF) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and BF. RGB value is (114,149,191). Sum of RGB (Red+Green+Blue) = 114+149+191=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #7295BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295BF is #8D6A40. Grayscale: #8F8F8F. Windows color (decimal): -9267777 or 12555634. OLE color: 12555634.
HSL color Cylindrical-coordinate representation of color #7295BF: hue angle of 212.73º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7295BF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 149 | 191 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.25 |
| HSL | 212.73º | 0.38% | 0.6% | - |
| HSV(B) | 212.73º | 0.4% | 0.75% | - |
| XYZ | 27.09 | 28.83 | 53.43 | - |
| YUV | 143.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 191 | 0.40 | 0.22 | 0 | 0.25 | 212.73 | 0.38 | 0.6 |
| Hex | 72 | 95 | BF | 28 | 16 | 0 | 19 | D5 | 26 | 3C |
| Octal | 162 | 225 | 277 | 50 | 26 | 0 | 31 | 325 | 46 | 74 |
| Binary | 1110010 | 10010101 | 10111111 | 101000 | 10110 | 0 | 11001 | 11010101 | 100110 | 111100 |
Color Harmonies of #7295BF
Complementary color
Monochromatic Colors of #7295BF
Black with #7295BF
Text Example
Text Example
White with #7295BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7295BF; }
p { color: rgb(114,149,191); }
H1.HeaderClassName
{
color: #7295BF;
}
.AnyTagClassName
{
color: #7295BF;
}
</style>
background-color css
<style>
a { background-color: #7295BF; }
a { background-color: rgb(114,149,191); }
div.DivClassName
{
background-color: #7295BF;
}
.BgClassName
{
background-color: #7295BF;
}
</style>
border-color css
<style>
span { border-color: #7295BF; }
span { border-color: rgb(114,149,191); }
td.TdClassName
{
border-color: #7295BF;
}
.TagClassName
{
border-color: #7295BF;
}
</style>