Shades of Cornflower Blue #738CDA
Tints of Cornflower Blue #738CDA
RGB
CMYK
RGB Variations
Color information
#738CDA (or 0x738CDA) is known color: Cornflower Blue. HEX triplet: 73, 8C and DA. RGB value is (115,140,218). Sum of RGB (Red+Green+Blue) = 115+140+218=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #738CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CDA is #8C7325. Grayscale: #8D8D8D. Windows color (decimal): -9204518 or 14322803. OLE color: 14322803.
HSL color Cylindrical-coordinate representation of color #738CDA: hue angle of 225.44º 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 #738CDA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 140 | 218 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.15 |
| HSL | 225.44º | 0.58% | 0.65% | - |
| HSV(B) | 225.44º | 0.47% | 0.85% | - |
| XYZ | 29.1 | 27.46 | 70.1 | - |
| YUV | 141.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 218 | 0.47 | 0.36 | 0 | 0.15 | 225.44 | 0.58 | 0.65 |
| Hex | 73 | 8C | DA | 2F | 24 | 0 | F | E1 | 3A | 41 |
| Octal | 163 | 214 | 332 | 57 | 44 | 0 | 17 | 341 | 72 | 101 |
| Binary | 1110011 | 10001100 | 11011010 | 101111 | 100100 | 0 | 1111 | 11100001 | 111010 | 1000001 |
Color Harmonies of #738CDA
Complementary color
Monochromatic Colors of #738CDA
Black with #738CDA
Text Example
Text Example
White with #738CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CDA; }
p { color: rgb(115,140,218); }
H1.HeaderClassName
{
color: #738CDA;
}
.AnyTagClassName
{
color: #738CDA;
}
</style>
background-color css
<style>
a { background-color: #738CDA; }
a { background-color: rgb(115,140,218); }
div.DivClassName
{
background-color: #738CDA;
}
.BgClassName
{
background-color: #738CDA;
}
</style>
border-color css
<style>
span { border-color: #738CDA; }
span { border-color: rgb(115,140,218); }
td.TdClassName
{
border-color: #738CDA;
}
.TagClassName
{
border-color: #738CDA;
}
</style>