Shades of Cornflower Blue #738DDA
Tints of Cornflower Blue #738DDA
RGB
CMYK
RGB Variations
Color information
#738DDA (or 0x738DDA) is known color: Cornflower Blue. HEX triplet: 73, 8D and DA. RGB value is (115,141,218). Sum of RGB (Red+Green+Blue) = 115+141+218=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #738DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DDA is #8C7225. Grayscale: #8D8D8D. Windows color (decimal): -9204262 or 14323059. OLE color: 14323059.
HSL color Cylindrical-coordinate representation of color #738DDA: hue angle of 224.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738DDA is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 141 | 218 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.15 |
| HSL | 224.85º | 0.58% | 0.65% | - |
| HSV(B) | 224.85º | 0.47% | 0.85% | - |
| XYZ | 29.25 | 27.76 | 70.15 | - |
| YUV | 142 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 218 | 0.47 | 0.35 | 0 | 0.15 | 224.85 | 0.58 | 0.65 |
| Hex | 73 | 8D | DA | 2F | 23 | 0 | F | E1 | 3A | 41 |
| Octal | 163 | 215 | 332 | 57 | 43 | 0 | 17 | 341 | 72 | 101 |
| Binary | 1110011 | 10001101 | 11011010 | 101111 | 100011 | 0 | 1111 | 11100001 | 111010 | 1000001 |
Color Harmonies of #738DDA
Complementary color
Monochromatic Colors of #738DDA
Black with #738DDA
Text Example
Text Example
White with #738DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DDA; }
p { color: rgb(115,141,218); }
H1.HeaderClassName
{
color: #738DDA;
}
.AnyTagClassName
{
color: #738DDA;
}
</style>
background-color css
<style>
a { background-color: #738DDA; }
a { background-color: rgb(115,141,218); }
div.DivClassName
{
background-color: #738DDA;
}
.BgClassName
{
background-color: #738DDA;
}
</style>
border-color css
<style>
span { border-color: #738DDA; }
span { border-color: rgb(115,141,218); }
td.TdClassName
{
border-color: #738DDA;
}
.TagClassName
{
border-color: #738DDA;
}
</style>