Shades of Wild Blue Yonder #748DD0
Tints of Wild Blue Yonder #748DD0
RGB
CMYK
RGB Variations
Color information
#748DD0 (or 0x748DD0) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and D0. RGB value is (116,141,208). Sum of RGB (Red+Green+Blue) = 116+141+208=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #748DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DD0 is #8B722F. Grayscale: #8C8C8C. Windows color (decimal): -9138736 or 13667700. OLE color: 13667700.
HSL color Cylindrical-coordinate representation of color #748DD0: hue angle of 223.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748DD0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 141 | 208 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.18 |
| HSL | 223.7º | 0.49% | 0.64% | - |
| HSV(B) | 223.7º | 0.44% | 0.82% | - |
| XYZ | 28.11 | 27.32 | 63.47 | - |
| YUV | 141.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 208 | 0.44 | 0.32 | 0 | 0.18 | 223.7 | 0.49 | 0.64 |
| Hex | 74 | 8D | D0 | 2C | 20 | 0 | 12 | E0 | 31 | 40 |
| Octal | 164 | 215 | 320 | 54 | 40 | 0 | 22 | 340 | 61 | 100 |
| Binary | 1110100 | 10001101 | 11010000 | 101100 | 100000 | 0 | 10010 | 11100000 | 110001 | 1000000 |
Color Harmonies of #748DD0
Complementary color
Monochromatic Colors of #748DD0
Black with #748DD0
Text Example
Text Example
White with #748DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DD0; }
p { color: rgb(116,141,208); }
H1.HeaderClassName
{
color: #748DD0;
}
.AnyTagClassName
{
color: #748DD0;
}
</style>
background-color css
<style>
a { background-color: #748DD0; }
a { background-color: rgb(116,141,208); }
div.DivClassName
{
background-color: #748DD0;
}
.BgClassName
{
background-color: #748DD0;
}
</style>
border-color css
<style>
span { border-color: #748DD0; }
span { border-color: rgb(116,141,208); }
td.TdClassName
{
border-color: #748DD0;
}
.TagClassName
{
border-color: #748DD0;
}
</style>