Shades of Wild Blue Yonder #7082CF
Tints of Wild Blue Yonder #7082CF
RGB
CMYK
RGB Variations
Color information
#7082CF (or 0x7082CF) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and CF. RGB value is (112,130,207). Sum of RGB (Red+Green+Blue) = 112+130+207=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7082CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082CF is #8F7D30. Grayscale: #858585. Windows color (decimal): -9403697 or 13599344. OLE color: 13599344.
HSL color Cylindrical-coordinate representation of color #7082CF: hue angle of 228.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7082CF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 130 | 207 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.19 |
| HSL | 228.63º | 0.5% | 0.63% | - |
| HSV(B) | 228.63º | 0.46% | 0.81% | - |
| XYZ | 25.93 | 23.92 | 62.28 | - |
| YUV | 133.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 207 | 0.46 | 0.37 | 0 | 0.19 | 228.63 | 0.5 | 0.63 |
| Hex | 70 | 82 | CF | 2E | 25 | 0 | 13 | E5 | 32 | 3F |
| Octal | 160 | 202 | 317 | 56 | 45 | 0 | 23 | 345 | 62 | 77 |
| Binary | 1110000 | 10000010 | 11001111 | 101110 | 100101 | 0 | 10011 | 11100101 | 110010 | 111111 |
Color Harmonies of #7082CF
Complementary color
Monochromatic Colors of #7082CF
Black with #7082CF
Text Example
Text Example
White with #7082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7082CF; }
p { color: rgb(112,130,207); }
H1.HeaderClassName
{
color: #7082CF;
}
.AnyTagClassName
{
color: #7082CF;
}
</style>
background-color css
<style>
a { background-color: #7082CF; }
a { background-color: rgb(112,130,207); }
div.DivClassName
{
background-color: #7082CF;
}
.BgClassName
{
background-color: #7082CF;
}
</style>
border-color css
<style>
span { border-color: #7082CF; }
span { border-color: rgb(112,130,207); }
td.TdClassName
{
border-color: #7082CF;
}
.TagClassName
{
border-color: #7082CF;
}
</style>