Shades of Wild Blue Yonder #738CD2
Tints of Wild Blue Yonder #738CD2
RGB
CMYK
RGB Variations
Color information
#738CD2 (or 0x738CD2) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and D2. RGB value is (115,140,210). Sum of RGB (Red+Green+Blue) = 115+140+210=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #738CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CD2 is #8C732D. Grayscale: #8C8C8C. Windows color (decimal): -9204526 or 13798515. OLE color: 13798515.
HSL color Cylindrical-coordinate representation of color #738CD2: hue angle of 224.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #738CD2 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 140 | 210 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.18 |
| HSL | 224.21º | 0.51% | 0.64% | - |
| HSV(B) | 224.21º | 0.45% | 0.82% | - |
| XYZ | 28.08 | 27.05 | 64.71 | - |
| YUV | 140.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 210 | 0.45 | 0.33 | 0 | 0.18 | 224.21 | 0.51 | 0.64 |
| Hex | 73 | 8C | D2 | 2D | 21 | 0 | 12 | E0 | 33 | 40 |
| Octal | 163 | 214 | 322 | 55 | 41 | 0 | 22 | 340 | 63 | 100 |
| Binary | 1110011 | 10001100 | 11010010 | 101101 | 100001 | 0 | 10010 | 11100000 | 110011 | 1000000 |
Color Harmonies of #738CD2
Complementary color
Monochromatic Colors of #738CD2
Black with #738CD2
Text Example
Text Example
White with #738CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CD2; }
p { color: rgb(115,140,210); }
H1.HeaderClassName
{
color: #738CD2;
}
.AnyTagClassName
{
color: #738CD2;
}
</style>
background-color css
<style>
a { background-color: #738CD2; }
a { background-color: rgb(115,140,210); }
div.DivClassName
{
background-color: #738CD2;
}
.BgClassName
{
background-color: #738CD2;
}
</style>
border-color css
<style>
span { border-color: #738CD2; }
span { border-color: rgb(115,140,210); }
td.TdClassName
{
border-color: #738CD2;
}
.TagClassName
{
border-color: #738CD2;
}
</style>