Shades of Cornflower Blue #738EDD
Tints of Cornflower Blue #738EDD
RGB
CMYK
RGB Variations
Color information
#738EDD (or 0x738EDD) is known color: Cornflower Blue. HEX triplet: 73, 8E and DD. RGB value is (115,142,221). Sum of RGB (Red+Green+Blue) = 115+142+221=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #738EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738EDD is #8C7122. Grayscale: #8E8E8E. Windows color (decimal): -9204003 or 14519923. OLE color: 14519923.
HSL color Cylindrical-coordinate representation of color #738EDD: hue angle of 224.72º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #738EDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 142 | 221 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.13 |
| HSL | 224.72º | 0.61% | 0.66% | - |
| HSV(B) | 224.72º | 0.48% | 0.87% | - |
| XYZ | 29.79 | 28.21 | 72.28 | - |
| YUV | 142.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 221 | 0.48 | 0.36 | 0 | 0.13 | 224.72 | 0.61 | 0.66 |
| Hex | 73 | 8E | DD | 30 | 24 | 0 | D | E1 | 3D | 42 |
| Octal | 163 | 216 | 335 | 60 | 44 | 0 | 15 | 341 | 75 | 102 |
| Binary | 1110011 | 10001110 | 11011101 | 110000 | 100100 | 0 | 1101 | 11100001 | 111101 | 1000010 |
Color Harmonies of #738EDD
Complementary color
Monochromatic Colors of #738EDD
Black with #738EDD
Text Example
Text Example
White with #738EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EDD; }
p { color: rgb(115,142,221); }
H1.HeaderClassName
{
color: #738EDD;
}
.AnyTagClassName
{
color: #738EDD;
}
</style>
background-color css
<style>
a { background-color: #738EDD; }
a { background-color: rgb(115,142,221); }
div.DivClassName
{
background-color: #738EDD;
}
.BgClassName
{
background-color: #738EDD;
}
</style>
border-color css
<style>
span { border-color: #738EDD; }
span { border-color: rgb(115,142,221); }
td.TdClassName
{
border-color: #738EDD;
}
.TagClassName
{
border-color: #738EDD;
}
</style>