Shades of Cornflower Blue #738AE5
Tints of Cornflower Blue #738AE5
RGB
CMYK
RGB Variations
Color information
#738AE5 (or 0x738AE5) is known color: Cornflower Blue. HEX triplet: 73, 8A and E5. RGB value is (115,138,229). Sum of RGB (Red+Green+Blue) = 115+138+229=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #738AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AE5 is #8C751A. Grayscale: #8D8D8D. Windows color (decimal): -9205019 or 15043187. OLE color: 15043187.
HSL color Cylindrical-coordinate representation of color #738AE5: hue angle of 227.89º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #738AE5 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 138 | 229 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.10 |
| HSL | 227.89º | 0.69% | 0.67% | - |
| HSV(B) | 227.89º | 0.5% | 0.9% | - |
| XYZ | 30.3 | 27.48 | 77.84 | - |
| YUV | 141.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 229 | 0.50 | 0.40 | 0 | 0.10 | 227.89 | 0.69 | 0.67 |
| Hex | 73 | 8A | E5 | 32 | 28 | 0 | A | E4 | 45 | 43 |
| Octal | 163 | 212 | 345 | 62 | 50 | 0 | 12 | 344 | 105 | 103 |
| Binary | 1110011 | 10001010 | 11100101 | 110010 | 101000 | 0 | 1010 | 11100100 | 1000101 | 1000011 |
Color Harmonies of #738AE5
Complementary color
Monochromatic Colors of #738AE5
Black with #738AE5
Text Example
Text Example
White with #738AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AE5; }
p { color: rgb(115,138,229); }
H1.HeaderClassName
{
color: #738AE5;
}
.AnyTagClassName
{
color: #738AE5;
}
</style>
background-color css
<style>
a { background-color: #738AE5; }
a { background-color: rgb(115,138,229); }
div.DivClassName
{
background-color: #738AE5;
}
.BgClassName
{
background-color: #738AE5;
}
</style>
border-color css
<style>
span { border-color: #738AE5; }
span { border-color: rgb(115,138,229); }
td.TdClassName
{
border-color: #738AE5;
}
.TagClassName
{
border-color: #738AE5;
}
</style>