Shades of Wild Blue Yonder #738DC2
Tints of Wild Blue Yonder #738DC2
RGB
CMYK
RGB Variations
Color information
#738DC2 (or 0x738DC2) is known color: Wild Blue Yonder. HEX triplet: 73, 8D and C2. RGB value is (115,141,194). Sum of RGB (Red+Green+Blue) = 115+141+194=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #738DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DC2 is #8C723D. Grayscale: #8B8B8B. Windows color (decimal): -9204286 or 12750195. OLE color: 12750195.
HSL color Cylindrical-coordinate representation of color #738DC2: hue angle of 220.25º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738DC2 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 141 | 194 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.24 |
| HSL | 220.25º | 0.39% | 0.61% | - |
| HSV(B) | 220.25º | 0.41% | 0.76% | - |
| XYZ | 26.33 | 26.59 | 54.78 | - |
| YUV | 139.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 194 | 0.41 | 0.27 | 0 | 0.24 | 220.25 | 0.39 | 0.61 |
| Hex | 73 | 8D | C2 | 29 | 1B | 0 | 18 | DC | 27 | 3D |
| Octal | 163 | 215 | 302 | 51 | 33 | 0 | 30 | 334 | 47 | 75 |
| Binary | 1110011 | 10001101 | 11000010 | 101001 | 11011 | 0 | 11000 | 11011100 | 100111 | 111101 |
Color Harmonies of #738DC2
Complementary color
Monochromatic Colors of #738DC2
Black with #738DC2
Text Example
Text Example
White with #738DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DC2; }
p { color: rgb(115,141,194); }
H1.HeaderClassName
{
color: #738DC2;
}
.AnyTagClassName
{
color: #738DC2;
}
</style>
background-color css
<style>
a { background-color: #738DC2; }
a { background-color: rgb(115,141,194); }
div.DivClassName
{
background-color: #738DC2;
}
.BgClassName
{
background-color: #738DC2;
}
</style>
border-color css
<style>
span { border-color: #738DC2; }
span { border-color: rgb(115,141,194); }
td.TdClassName
{
border-color: #738DC2;
}
.TagClassName
{
border-color: #738DC2;
}
</style>