Shades of Wild Blue Yonder #7488BF
Tints of Wild Blue Yonder #7488BF
RGB
CMYK
RGB Variations
Color information
#7488BF (or 0x7488BF) is known color: Wild Blue Yonder. HEX triplet: 74, 88 and BF. RGB value is (116,136,191). Sum of RGB (Red+Green+Blue) = 116+136+191=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7488BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BF is #8B7740. Grayscale: #888888. Windows color (decimal): -9140033 or 12552308. OLE color: 12552308.
HSL color Cylindrical-coordinate representation of color #7488BF: hue angle of 224º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7488BF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 136 | 191 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.25 |
| HSL | 224º | 0.37% | 0.6% | - |
| HSV(B) | 224º | 0.39% | 0.75% | - |
| XYZ | 25.41 | 25.08 | 52.79 | - |
| YUV | 136.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 191 | 0.39 | 0.29 | 0 | 0.25 | 224 | 0.37 | 0.6 |
| Hex | 74 | 88 | BF | 27 | 1D | 0 | 19 | E0 | 25 | 3C |
| Octal | 164 | 210 | 277 | 47 | 35 | 0 | 31 | 340 | 45 | 74 |
| Binary | 1110100 | 10001000 | 10111111 | 100111 | 11101 | 0 | 11001 | 11100000 | 100101 | 111100 |
Color Harmonies of #7488BF
Complementary color
Monochromatic Colors of #7488BF
Black with #7488BF
Text Example
Text Example
White with #7488BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488BF; }
p { color: rgb(116,136,191); }
H1.HeaderClassName
{
color: #7488BF;
}
.AnyTagClassName
{
color: #7488BF;
}
</style>
background-color css
<style>
a { background-color: #7488BF; }
a { background-color: rgb(116,136,191); }
div.DivClassName
{
background-color: #7488BF;
}
.BgClassName
{
background-color: #7488BF;
}
</style>
border-color css
<style>
span { border-color: #7488BF; }
span { border-color: rgb(116,136,191); }
td.TdClassName
{
border-color: #7488BF;
}
.TagClassName
{
border-color: #7488BF;
}
</style>