Shades of Cornflower Blue #749EF1
Tints of Cornflower Blue #749EF1
RGB
CMYK
RGB Variations
Color information
#749EF1 (or 0x749EF1) is known color: Cornflower Blue. HEX triplet: 74, 9E and F1. RGB value is (116,158,241). Sum of RGB (Red+Green+Blue) = 116+158+241=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #749EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EF1 is #8B610E. Grayscale: #9A9A9A. Windows color (decimal): -9134351 or 15834740. OLE color: 15834740.
HSL color Cylindrical-coordinate representation of color #749EF1: hue angle of 219.84º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749EF1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 158 | 241 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.05 |
| HSL | 219.84º | 0.82% | 0.7% | - |
| HSV(B) | 219.84º | 0.52% | 0.95% | - |
| XYZ | 35.31 | 34.52 | 88.02 | - |
| YUV | 154.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 241 | 0.52 | 0.34 | 0 | 0.05 | 219.84 | 0.82 | 0.7 |
| Hex | 74 | 9E | F1 | 34 | 22 | 0 | 5 | DC | 52 | 46 |
| Octal | 164 | 236 | 361 | 64 | 42 | 0 | 5 | 334 | 122 | 106 |
| Binary | 1110100 | 10011110 | 11110001 | 110100 | 100010 | 0 | 101 | 11011100 | 1010010 | 1000110 |
Color Harmonies of #749EF1
Complementary color
Monochromatic Colors of #749EF1
Black with #749EF1
Text Example
Text Example
White with #749EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EF1; }
p { color: rgb(116,158,241); }
H1.HeaderClassName
{
color: #749EF1;
}
.AnyTagClassName
{
color: #749EF1;
}
</style>
background-color css
<style>
a { background-color: #749EF1; }
a { background-color: rgb(116,158,241); }
div.DivClassName
{
background-color: #749EF1;
}
.BgClassName
{
background-color: #749EF1;
}
</style>
border-color css
<style>
span { border-color: #749EF1; }
span { border-color: rgb(116,158,241); }
td.TdClassName
{
border-color: #749EF1;
}
.TagClassName
{
border-color: #749EF1;
}
</style>