Shades of Cornflower Blue #749EEC
Tints of Cornflower Blue #749EEC
RGB
CMYK
RGB Variations
Color information
#749EEC (or 0x749EEC) is known color: Cornflower Blue. HEX triplet: 74, 9E and EC. RGB value is (116,158,236). Sum of RGB (Red+Green+Blue) = 116+158+236=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #749EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EEC is #8B6113. Grayscale: #999999. Windows color (decimal): -9134356 or 15507060. OLE color: 15507060.
HSL color Cylindrical-coordinate representation of color #749EEC: hue angle of 219º 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 #749EEC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 158 | 236 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.07 |
| HSL | 219º | 0.76% | 0.69% | - |
| HSV(B) | 219º | 0.51% | 0.93% | - |
| XYZ | 34.57 | 34.22 | 84.14 | - |
| YUV | 154.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 236 | 0.51 | 0.33 | 0 | 0.07 | 219 | 0.76 | 0.69 |
| Hex | 74 | 9E | EC | 33 | 21 | 0 | 7 | DB | 4C | 45 |
| Octal | 164 | 236 | 354 | 63 | 41 | 0 | 7 | 333 | 114 | 105 |
| Binary | 1110100 | 10011110 | 11101100 | 110011 | 100001 | 0 | 111 | 11011011 | 1001100 | 1000101 |
Color Harmonies of #749EEC
Complementary color
Monochromatic Colors of #749EEC
Black with #749EEC
Text Example
Text Example
White with #749EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EEC; }
p { color: rgb(116,158,236); }
H1.HeaderClassName
{
color: #749EEC;
}
.AnyTagClassName
{
color: #749EEC;
}
</style>
background-color css
<style>
a { background-color: #749EEC; }
a { background-color: rgb(116,158,236); }
div.DivClassName
{
background-color: #749EEC;
}
.BgClassName
{
background-color: #749EEC;
}
</style>
border-color css
<style>
span { border-color: #749EEC; }
span { border-color: rgb(116,158,236); }
td.TdClassName
{
border-color: #749EEC;
}
.TagClassName
{
border-color: #749EEC;
}
</style>