Shades of Wild Blue Yonder #7485D0
Tints of Wild Blue Yonder #7485D0
RGB
CMYK
RGB Variations
Color information
#7485D0 (or 0x7485D0) is known color: Wild Blue Yonder. HEX triplet: 74, 85 and D0. RGB value is (116,133,208). Sum of RGB (Red+Green+Blue) = 116+133+208=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #7485D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485D0 is #8B7A2F. Grayscale: #888888. Windows color (decimal): -9140784 or 13665652. OLE color: 13665652.
HSL color Cylindrical-coordinate representation of color #7485D0: hue angle of 228.91º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7485D0 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 133 | 208 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.18 |
| HSL | 228.91º | 0.49% | 0.64% | - |
| HSV(B) | 228.91º | 0.44% | 0.82% | - |
| XYZ | 26.98 | 25.04 | 63.09 | - |
| YUV | 136.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 208 | 0.44 | 0.36 | 0 | 0.18 | 228.91 | 0.49 | 0.64 |
| Hex | 74 | 85 | D0 | 2C | 24 | 0 | 12 | E5 | 31 | 40 |
| Octal | 164 | 205 | 320 | 54 | 44 | 0 | 22 | 345 | 61 | 100 |
| Binary | 1110100 | 10000101 | 11010000 | 101100 | 100100 | 0 | 10010 | 11100101 | 110001 | 1000000 |
Color Harmonies of #7485D0
Complementary color
Monochromatic Colors of #7485D0
Black with #7485D0
Text Example
Text Example
White with #7485D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485D0; }
p { color: rgb(116,133,208); }
H1.HeaderClassName
{
color: #7485D0;
}
.AnyTagClassName
{
color: #7485D0;
}
</style>
background-color css
<style>
a { background-color: #7485D0; }
a { background-color: rgb(116,133,208); }
div.DivClassName
{
background-color: #7485D0;
}
.BgClassName
{
background-color: #7485D0;
}
</style>
border-color css
<style>
span { border-color: #7485D0; }
span { border-color: rgb(116,133,208); }
td.TdClassName
{
border-color: #7485D0;
}
.TagClassName
{
border-color: #7485D0;
}
</style>