Shades of Wild Blue Yonder #7285CB
Tints of Wild Blue Yonder #7285CB
RGB
CMYK
RGB Variations
Color information
#7285CB (or 0x7285CB) is known color: Wild Blue Yonder. HEX triplet: 72, 85 and CB. RGB value is (114,133,203). Sum of RGB (Red+Green+Blue) = 114+133+203=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #7285CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7285CB is #8D7A34. Grayscale: #878787. Windows color (decimal): -9271861 or 13337970. OLE color: 13337970.
HSL color Cylindrical-coordinate representation of color #7285CB: hue angle of 227.19º 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 #7285CB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 133 | 203 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.20 |
| HSL | 227.19º | 0.46% | 0.62% | - |
| HSV(B) | 227.19º | 0.44% | 0.8% | - |
| XYZ | 26.11 | 24.66 | 59.88 | - |
| YUV | 135.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 203 | 0.44 | 0.34 | 0 | 0.20 | 227.19 | 0.46 | 0.62 |
| Hex | 72 | 85 | CB | 2C | 22 | 0 | 14 | E3 | 2E | 3E |
| Octal | 162 | 205 | 313 | 54 | 42 | 0 | 24 | 343 | 56 | 76 |
| Binary | 1110010 | 10000101 | 11001011 | 101100 | 100010 | 0 | 10100 | 11100011 | 101110 | 111110 |
Color Harmonies of #7285CB
Complementary color
Monochromatic Colors of #7285CB
Black with #7285CB
Text Example
Text Example
White with #7285CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285CB; }
p { color: rgb(114,133,203); }
H1.HeaderClassName
{
color: #7285CB;
}
.AnyTagClassName
{
color: #7285CB;
}
</style>
background-color css
<style>
a { background-color: #7285CB; }
a { background-color: rgb(114,133,203); }
div.DivClassName
{
background-color: #7285CB;
}
.BgClassName
{
background-color: #7285CB;
}
</style>
border-color css
<style>
span { border-color: #7285CB; }
span { border-color: rgb(114,133,203); }
td.TdClassName
{
border-color: #7285CB;
}
.TagClassName
{
border-color: #7285CB;
}
</style>