Shades of Cornflower Blue #738BE0
Tints of Cornflower Blue #738BE0
RGB
CMYK
RGB Variations
Color information
#738BE0 (or 0x738BE0) is known color: Cornflower Blue. HEX triplet: 73, 8B and E0. RGB value is (115,139,224). Sum of RGB (Red+Green+Blue) = 115+139+224=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #738BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BE0 is #8C741F. Grayscale: #8D8D8D. Windows color (decimal): -9204768 or 14715763. OLE color: 14715763.
HSL color Cylindrical-coordinate representation of color #738BE0: hue angle of 226.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #738BE0 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 139 | 224 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.12 |
| HSL | 226.79º | 0.64% | 0.66% | - |
| HSV(B) | 226.79º | 0.49% | 0.88% | - |
| XYZ | 29.76 | 27.49 | 74.26 | - |
| YUV | 141.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 224 | 0.49 | 0.38 | 0 | 0.12 | 226.79 | 0.64 | 0.66 |
| Hex | 73 | 8B | E0 | 31 | 26 | 0 | C | E3 | 40 | 42 |
| Octal | 163 | 213 | 340 | 61 | 46 | 0 | 14 | 343 | 100 | 102 |
| Binary | 1110011 | 10001011 | 11100000 | 110001 | 100110 | 0 | 1100 | 11100011 | 1000000 | 1000010 |
Color Harmonies of #738BE0
Complementary color
Monochromatic Colors of #738BE0
Black with #738BE0
Text Example
Text Example
White with #738BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BE0; }
p { color: rgb(115,139,224); }
H1.HeaderClassName
{
color: #738BE0;
}
.AnyTagClassName
{
color: #738BE0;
}
</style>
background-color css
<style>
a { background-color: #738BE0; }
a { background-color: rgb(115,139,224); }
div.DivClassName
{
background-color: #738BE0;
}
.BgClassName
{
background-color: #738BE0;
}
</style>
border-color css
<style>
span { border-color: #738BE0; }
span { border-color: rgb(115,139,224); }
td.TdClassName
{
border-color: #738BE0;
}
.TagClassName
{
border-color: #738BE0;
}
</style>