Shades of Wild Blue Yonder #7295CB
Tints of Wild Blue Yonder #7295CB
RGB
CMYK
RGB Variations
Color information
#7295CB (or 0x7295CB) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and CB. RGB value is (114,149,203). Sum of RGB (Red+Green+Blue) = 114+149+203=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7295CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295CB is #8D6A34. Grayscale: #909090. Windows color (decimal): -9267765 or 13342066. OLE color: 13342066.
HSL color Cylindrical-coordinate representation of color #7295CB: hue angle of 216.4º degrees, saturation: 0.46, 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 #7295CB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 149 | 203 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.20 |
| HSL | 216.4º | 0.46% | 0.62% | - |
| HSV(B) | 216.4º | 0.44% | 0.8% | - |
| XYZ | 28.47 | 29.38 | 60.67 | - |
| YUV | 144.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 203 | 0.44 | 0.27 | 0 | 0.20 | 216.4 | 0.46 | 0.62 |
| Hex | 72 | 95 | CB | 2C | 1B | 0 | 14 | D8 | 2E | 3E |
| Octal | 162 | 225 | 313 | 54 | 33 | 0 | 24 | 330 | 56 | 76 |
| Binary | 1110010 | 10010101 | 11001011 | 101100 | 11011 | 0 | 10100 | 11011000 | 101110 | 111110 |
Color Harmonies of #7295CB
Complementary color
Monochromatic Colors of #7295CB
Black with #7295CB
Text Example
Text Example
White with #7295CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7295CB; }
p { color: rgb(114,149,203); }
H1.HeaderClassName
{
color: #7295CB;
}
.AnyTagClassName
{
color: #7295CB;
}
</style>
background-color css
<style>
a { background-color: #7295CB; }
a { background-color: rgb(114,149,203); }
div.DivClassName
{
background-color: #7295CB;
}
.BgClassName
{
background-color: #7295CB;
}
</style>
border-color css
<style>
span { border-color: #7295CB; }
span { border-color: rgb(114,149,203); }
td.TdClassName
{
border-color: #7295CB;
}
.TagClassName
{
border-color: #7295CB;
}
</style>