Shades of Cornflower Blue #749EEA
Tints of Cornflower Blue #749EEA
RGB
CMYK
RGB Variations
Color information
#749EEA (or 0x749EEA) is known color: Cornflower Blue. HEX triplet: 74, 9E and EA. RGB value is (116,158,234). Sum of RGB (Red+Green+Blue) = 116+158+234=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #749EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EEA is #8B6115. Grayscale: #999999. Windows color (decimal): -9134358 or 15375988. OLE color: 15375988.
HSL color Cylindrical-coordinate representation of color #749EEA: hue angle of 218.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749EEA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 158 | 234 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.08 |
| HSL | 218.64º | 0.74% | 0.69% | - |
| HSV(B) | 218.64º | 0.5% | 0.92% | - |
| XYZ | 34.28 | 34.11 | 82.62 | - |
| YUV | 154.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 234 | 0.50 | 0.32 | 0 | 0.08 | 218.64 | 0.74 | 0.69 |
| Hex | 74 | 9E | EA | 32 | 20 | 0 | 8 | DB | 4A | 45 |
| Octal | 164 | 236 | 352 | 62 | 40 | 0 | 10 | 333 | 112 | 105 |
| Binary | 1110100 | 10011110 | 11101010 | 110010 | 100000 | 0 | 1000 | 11011011 | 1001010 | 1000101 |
Color Harmonies of #749EEA
Complementary color
Monochromatic Colors of #749EEA
Black with #749EEA
Text Example
Text Example
White with #749EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EEA; }
p { color: rgb(116,158,234); }
H1.HeaderClassName
{
color: #749EEA;
}
.AnyTagClassName
{
color: #749EEA;
}
</style>
background-color css
<style>
a { background-color: #749EEA; }
a { background-color: rgb(116,158,234); }
div.DivClassName
{
background-color: #749EEA;
}
.BgClassName
{
background-color: #749EEA;
}
</style>
border-color css
<style>
span { border-color: #749EEA; }
span { border-color: rgb(116,158,234); }
td.TdClassName
{
border-color: #749EEA;
}
.TagClassName
{
border-color: #749EEA;
}
</style>