Shades of Cornflower Blue #749FEC
Tints of Cornflower Blue #749FEC
RGB
CMYK
RGB Variations
Color information
#749FEC (or 0x749FEC) is known color: Cornflower Blue. HEX triplet: 74, 9F and EC. RGB value is (116,159,236). Sum of RGB (Red+Green+Blue) = 116+159+236=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #749FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FEC is #8B6013. Grayscale: #9A9A9A. Windows color (decimal): -9134100 or 15507316. OLE color: 15507316.
HSL color Cylindrical-coordinate representation of color #749FEC: hue angle of 218.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749FEC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 159 | 236 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.07 |
| HSL | 218.5º | 0.76% | 0.69% | - |
| HSV(B) | 218.5º | 0.51% | 0.93% | - |
| XYZ | 34.74 | 34.57 | 84.2 | - |
| YUV | 154.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 236 | 0.51 | 0.33 | 0 | 0.07 | 218.5 | 0.76 | 0.69 |
| Hex | 74 | 9F | EC | 33 | 21 | 0 | 7 | DA | 4C | 45 |
| Octal | 164 | 237 | 354 | 63 | 41 | 0 | 7 | 332 | 114 | 105 |
| Binary | 1110100 | 10011111 | 11101100 | 110011 | 100001 | 0 | 111 | 11011010 | 1001100 | 1000101 |
Color Harmonies of #749FEC
Complementary color
Monochromatic Colors of #749FEC
Black with #749FEC
Text Example
Text Example
White with #749FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FEC; }
p { color: rgb(116,159,236); }
H1.HeaderClassName
{
color: #749FEC;
}
.AnyTagClassName
{
color: #749FEC;
}
</style>
background-color css
<style>
a { background-color: #749FEC; }
a { background-color: rgb(116,159,236); }
div.DivClassName
{
background-color: #749FEC;
}
.BgClassName
{
background-color: #749FEC;
}
</style>
border-color css
<style>
span { border-color: #749FEC; }
span { border-color: rgb(116,159,236); }
td.TdClassName
{
border-color: #749FEC;
}
.TagClassName
{
border-color: #749FEC;
}
</style>