Shades of Wild Blue Yonder #7285CE
Tints of Wild Blue Yonder #7285CE
RGB
CMYK
RGB Variations
Color information
#7285CE (or 0x7285CE) is known color: Wild Blue Yonder. HEX triplet: 72, 85 and CE. RGB value is (114,133,206). Sum of RGB (Red+Green+Blue) = 114+133+206=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7285CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7285CE is #8D7A31. Grayscale: #878787. Windows color (decimal): -9271858 or 13534578. OLE color: 13534578.
HSL color Cylindrical-coordinate representation of color #7285CE: hue angle of 227.61º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7285CE is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 133 | 206 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.19 |
| HSL | 227.61º | 0.48% | 0.63% | - |
| HSV(B) | 227.61º | 0.45% | 0.81% | - |
| XYZ | 26.47 | 24.81 | 61.79 | - |
| YUV | 135.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 206 | 0.45 | 0.35 | 0 | 0.19 | 227.61 | 0.48 | 0.63 |
| Hex | 72 | 85 | CE | 2D | 23 | 0 | 13 | E4 | 30 | 3F |
| Octal | 162 | 205 | 316 | 55 | 43 | 0 | 23 | 344 | 60 | 77 |
| Binary | 1110010 | 10000101 | 11001110 | 101101 | 100011 | 0 | 10011 | 11100100 | 110000 | 111111 |
Color Harmonies of #7285CE
Complementary color
Monochromatic Colors of #7285CE
Black with #7285CE
Text Example
Text Example
White with #7285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285CE; }
p { color: rgb(114,133,206); }
H1.HeaderClassName
{
color: #7285CE;
}
.AnyTagClassName
{
color: #7285CE;
}
</style>
background-color css
<style>
a { background-color: #7285CE; }
a { background-color: rgb(114,133,206); }
div.DivClassName
{
background-color: #7285CE;
}
.BgClassName
{
background-color: #7285CE;
}
</style>
border-color css
<style>
span { border-color: #7285CE; }
span { border-color: rgb(114,133,206); }
td.TdClassName
{
border-color: #7285CE;
}
.TagClassName
{
border-color: #7285CE;
}
</style>