Shades of Wild Blue Yonder #7288CB
Tints of Wild Blue Yonder #7288CB
RGB
CMYK
RGB Variations
Color information
#7288CB (or 0x7288CB) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and CB. RGB value is (114,136,203). Sum of RGB (Red+Green+Blue) = 114+136+203=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #7288CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288CB is #8D7734. Grayscale: #888888. Windows color (decimal): -9271093 or 13338738. OLE color: 13338738.
HSL color Cylindrical-coordinate representation of color #7288CB: hue angle of 225.17º 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 #7288CB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 136 | 203 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.20 |
| HSL | 225.17º | 0.46% | 0.62% | - |
| HSV(B) | 225.17º | 0.44% | 0.8% | - |
| XYZ | 26.52 | 25.5 | 60.02 | - |
| YUV | 137.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 203 | 0.44 | 0.33 | 0 | 0.20 | 225.17 | 0.46 | 0.62 |
| Hex | 72 | 88 | CB | 2C | 21 | 0 | 14 | E1 | 2E | 3E |
| Octal | 162 | 210 | 313 | 54 | 41 | 0 | 24 | 341 | 56 | 76 |
| Binary | 1110010 | 10001000 | 11001011 | 101100 | 100001 | 0 | 10100 | 11100001 | 101110 | 111110 |
Color Harmonies of #7288CB
Complementary color
Monochromatic Colors of #7288CB
Black with #7288CB
Text Example
Text Example
White with #7288CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7288CB; }
p { color: rgb(114,136,203); }
H1.HeaderClassName
{
color: #7288CB;
}
.AnyTagClassName
{
color: #7288CB;
}
</style>
background-color css
<style>
a { background-color: #7288CB; }
a { background-color: rgb(114,136,203); }
div.DivClassName
{
background-color: #7288CB;
}
.BgClassName
{
background-color: #7288CB;
}
</style>
border-color css
<style>
span { border-color: #7288CB; }
span { border-color: rgb(114,136,203); }
td.TdClassName
{
border-color: #7288CB;
}
.TagClassName
{
border-color: #7288CB;
}
</style>