Shades of Wild Blue Yonder #738BBF
Tints of Wild Blue Yonder #738BBF
RGB
CMYK
RGB Variations
Color information
#738BBF (or 0x738BBF) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and BF. RGB value is (115,139,191). Sum of RGB (Red+Green+Blue) = 115+139+191=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #738BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BBF is #8C7440. Grayscale: #898989. Windows color (decimal): -9204801 or 12553075. OLE color: 12553075.
HSL color Cylindrical-coordinate representation of color #738BBF: hue angle of 221.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738BBF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 139 | 191 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.25 |
| HSL | 221.05º | 0.37% | 0.6% | - |
| HSV(B) | 221.05º | 0.4% | 0.75% | - |
| XYZ | 25.71 | 25.87 | 52.93 | - |
| YUV | 137.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 191 | 0.40 | 0.27 | 0 | 0.25 | 221.05 | 0.37 | 0.6 |
| Hex | 73 | 8B | BF | 28 | 1B | 0 | 19 | DD | 25 | 3C |
| Octal | 163 | 213 | 277 | 50 | 33 | 0 | 31 | 335 | 45 | 74 |
| Binary | 1110011 | 10001011 | 10111111 | 101000 | 11011 | 0 | 11001 | 11011101 | 100101 | 111100 |
Color Harmonies of #738BBF
Complementary color
Monochromatic Colors of #738BBF
Black with #738BBF
Text Example
Text Example
White with #738BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BBF; }
p { color: rgb(115,139,191); }
H1.HeaderClassName
{
color: #738BBF;
}
.AnyTagClassName
{
color: #738BBF;
}
</style>
background-color css
<style>
a { background-color: #738BBF; }
a { background-color: rgb(115,139,191); }
div.DivClassName
{
background-color: #738BBF;
}
.BgClassName
{
background-color: #738BBF;
}
</style>
border-color css
<style>
span { border-color: #738BBF; }
span { border-color: rgb(115,139,191); }
td.TdClassName
{
border-color: #738BBF;
}
.TagClassName
{
border-color: #738BBF;
}
</style>