Shades of Cornflower Blue #749CE6
Tints of Cornflower Blue #749CE6
RGB
CMYK
RGB Variations
Color information
#749CE6 (or 0x749CE6) is known color: Cornflower Blue. HEX triplet: 74, 9C and E6. RGB value is (116,156,230). Sum of RGB (Red+Green+Blue) = 116+156+230=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #749CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CE6 is #8B6319. Grayscale: #989898. Windows color (decimal): -9134874 or 15113332. OLE color: 15113332.
HSL color Cylindrical-coordinate representation of color #749CE6: hue angle of 218.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749CE6 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 156 | 230 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.10 |
| HSL | 218.95º | 0.7% | 0.68% | - |
| HSV(B) | 218.95º | 0.5% | 0.9% | - |
| XYZ | 33.37 | 33.2 | 79.51 | - |
| YUV | 152.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 230 | 0.50 | 0.32 | 0 | 0.10 | 218.95 | 0.7 | 0.68 |
| Hex | 74 | 9C | E6 | 32 | 20 | 0 | A | DB | 46 | 44 |
| Octal | 164 | 234 | 346 | 62 | 40 | 0 | 12 | 333 | 106 | 104 |
| Binary | 1110100 | 10011100 | 11100110 | 110010 | 100000 | 0 | 1010 | 11011011 | 1000110 | 1000100 |
Color Harmonies of #749CE6
Complementary color
Monochromatic Colors of #749CE6
Black with #749CE6
Text Example
Text Example
White with #749CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CE6; }
p { color: rgb(116,156,230); }
H1.HeaderClassName
{
color: #749CE6;
}
.AnyTagClassName
{
color: #749CE6;
}
</style>
background-color css
<style>
a { background-color: #749CE6; }
a { background-color: rgb(116,156,230); }
div.DivClassName
{
background-color: #749CE6;
}
.BgClassName
{
background-color: #749CE6;
}
</style>
border-color css
<style>
span { border-color: #749CE6; }
span { border-color: rgb(116,156,230); }
td.TdClassName
{
border-color: #749CE6;
}
.TagClassName
{
border-color: #749CE6;
}
</style>