Shades of Wild Blue Yonder #738DBB
Tints of Wild Blue Yonder #738DBB
RGB
CMYK
RGB Variations
Color information
#738DBB (or 0x738DBB) is known color: Wild Blue Yonder. HEX triplet: 73, 8D and BB. RGB value is (115,141,187). Sum of RGB (Red+Green+Blue) = 115+141+187=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #738DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DBB is #8C7244. Grayscale: #8A8A8A. Windows color (decimal): -9204293 or 12291443. OLE color: 12291443.
HSL color Cylindrical-coordinate representation of color #738DBB: hue angle of 218.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738DBB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 141 | 187 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.27 |
| HSL | 218.33º | 0.35% | 0.59% | - |
| HSV(B) | 218.33º | 0.39% | 0.73% | - |
| XYZ | 25.56 | 26.28 | 50.74 | - |
| YUV | 138.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 187 | 0.39 | 0.25 | 0 | 0.27 | 218.33 | 0.35 | 0.59 |
| Hex | 73 | 8D | BB | 27 | 19 | 0 | 1B | DA | 23 | 3B |
| Octal | 163 | 215 | 273 | 47 | 31 | 0 | 33 | 332 | 43 | 73 |
| Binary | 1110011 | 10001101 | 10111011 | 100111 | 11001 | 0 | 11011 | 11011010 | 100011 | 111011 |
Color Harmonies of #738DBB
Complementary color
Monochromatic Colors of #738DBB
Black with #738DBB
Text Example
Text Example
White with #738DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DBB; }
p { color: rgb(115,141,187); }
H1.HeaderClassName
{
color: #738DBB;
}
.AnyTagClassName
{
color: #738DBB;
}
</style>
background-color css
<style>
a { background-color: #738DBB; }
a { background-color: rgb(115,141,187); }
div.DivClassName
{
background-color: #738DBB;
}
.BgClassName
{
background-color: #738DBB;
}
</style>
border-color css
<style>
span { border-color: #738DBB; }
span { border-color: rgb(115,141,187); }
td.TdClassName
{
border-color: #738DBB;
}
.TagClassName
{
border-color: #738DBB;
}
</style>