Shades of Cornflower Blue #738CDB
Tints of Cornflower Blue #738CDB
RGB
CMYK
RGB Variations
Color information
#738CDB (or 0x738CDB) is known color: Cornflower Blue. HEX triplet: 73, 8C and DB. RGB value is (115,140,219). Sum of RGB (Red+Green+Blue) = 115+140+219=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #738CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CDB is #8C7324. Grayscale: #8D8D8D. Windows color (decimal): -9204517 or 14388339. OLE color: 14388339.
HSL color Cylindrical-coordinate representation of color #738CDB: hue angle of 225.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738CDB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 140 | 219 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.14 |
| HSL | 225.58º | 0.59% | 0.65% | - |
| HSV(B) | 225.58º | 0.47% | 0.86% | - |
| XYZ | 29.23 | 27.52 | 70.79 | - |
| YUV | 141.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 219 | 0.47 | 0.36 | 0 | 0.14 | 225.58 | 0.59 | 0.65 |
| Hex | 73 | 8C | DB | 2F | 24 | 0 | E | E2 | 3B | 41 |
| Octal | 163 | 214 | 333 | 57 | 44 | 0 | 16 | 342 | 73 | 101 |
| Binary | 1110011 | 10001100 | 11011011 | 101111 | 100100 | 0 | 1110 | 11100010 | 111011 | 1000001 |
Color Harmonies of #738CDB
Complementary color
Monochromatic Colors of #738CDB
Black with #738CDB
Text Example
Text Example
White with #738CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CDB; }
p { color: rgb(115,140,219); }
H1.HeaderClassName
{
color: #738CDB;
}
.AnyTagClassName
{
color: #738CDB;
}
</style>
background-color css
<style>
a { background-color: #738CDB; }
a { background-color: rgb(115,140,219); }
div.DivClassName
{
background-color: #738CDB;
}
.BgClassName
{
background-color: #738CDB;
}
</style>
border-color css
<style>
span { border-color: #738CDB; }
span { border-color: rgb(115,140,219); }
td.TdClassName
{
border-color: #738CDB;
}
.TagClassName
{
border-color: #738CDB;
}
</style>