Shades of Cornflower Blue #738BE6
Tints of Cornflower Blue #738BE6
RGB
CMYK
RGB Variations
Color information
#738BE6 (or 0x738BE6) is known color: Cornflower Blue. HEX triplet: 73, 8B and E6. RGB value is (115,139,230). Sum of RGB (Red+Green+Blue) = 115+139+230=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #738BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738BE6 is #8C7419. Grayscale: #8D8D8D. Windows color (decimal): -9204762 or 15108979. OLE color: 15108979.
HSL color Cylindrical-coordinate representation of color #738BE6: hue angle of 227.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #738BE6 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 139 | 230 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.10 |
| HSL | 227.48º | 0.7% | 0.68% | - |
| HSV(B) | 227.48º | 0.5% | 0.9% | - |
| XYZ | 30.59 | 27.82 | 78.62 | - |
| YUV | 142.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 230 | 0.5 | 0.40 | 0 | 0.10 | 227.48 | 0.7 | 0.68 |
| Hex | 73 | 8B | E6 | 32 | 28 | 0 | A | E3 | 46 | 44 |
| Octal | 163 | 213 | 346 | 62 | 50 | 0 | 12 | 343 | 106 | 104 |
| Binary | 1110011 | 10001011 | 11100110 | 110010 | 101000 | 0 | 1010 | 11100011 | 1000110 | 1000100 |
Color Harmonies of #738BE6
Complementary color
Monochromatic Colors of #738BE6
Black with #738BE6
Text Example
Text Example
White with #738BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BE6; }
p { color: rgb(115,139,230); }
H1.HeaderClassName
{
color: #738BE6;
}
.AnyTagClassName
{
color: #738BE6;
}
</style>
background-color css
<style>
a { background-color: #738BE6; }
a { background-color: rgb(115,139,230); }
div.DivClassName
{
background-color: #738BE6;
}
.BgClassName
{
background-color: #738BE6;
}
</style>
border-color css
<style>
span { border-color: #738BE6; }
span { border-color: rgb(115,139,230); }
td.TdClassName
{
border-color: #738BE6;
}
.TagClassName
{
border-color: #738BE6;
}
</style>