Shades of Cornflower Blue #749EF3
Tints of Cornflower Blue #749EF3
RGB
CMYK
RGB Variations
Color information
#749EF3 (or 0x749EF3) is known color: Cornflower Blue. HEX triplet: 74, 9E and F3. RGB value is (116,158,243). Sum of RGB (Red+Green+Blue) = 116+158+243=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #749EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EF3 is #8B610C. Grayscale: #9A9A9A. Windows color (decimal): -9134349 or 15965812. OLE color: 15965812.
HSL color Cylindrical-coordinate representation of color #749EF3: hue angle of 220.16º degrees, saturation: 0.84, 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 #749EF3 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 158 | 243 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.05 |
| HSL | 220.16º | 0.84% | 0.7% | - |
| HSV(B) | 220.16º | 0.52% | 0.95% | - |
| XYZ | 35.61 | 34.64 | 89.6 | - |
| YUV | 155.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 243 | 0.52 | 0.35 | 0 | 0.05 | 220.16 | 0.84 | 0.7 |
| Hex | 74 | 9E | F3 | 34 | 23 | 0 | 5 | DC | 54 | 46 |
| Octal | 164 | 236 | 363 | 64 | 43 | 0 | 5 | 334 | 124 | 106 |
| Binary | 1110100 | 10011110 | 11110011 | 110100 | 100011 | 0 | 101 | 11011100 | 1010100 | 1000110 |
Color Harmonies of #749EF3
Complementary color
Monochromatic Colors of #749EF3
Black with #749EF3
Text Example
Text Example
White with #749EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EF3; }
p { color: rgb(116,158,243); }
H1.HeaderClassName
{
color: #749EF3;
}
.AnyTagClassName
{
color: #749EF3;
}
</style>
background-color css
<style>
a { background-color: #749EF3; }
a { background-color: rgb(116,158,243); }
div.DivClassName
{
background-color: #749EF3;
}
.BgClassName
{
background-color: #749EF3;
}
</style>
border-color css
<style>
span { border-color: #749EF3; }
span { border-color: rgb(116,158,243); }
td.TdClassName
{
border-color: #749EF3;
}
.TagClassName
{
border-color: #749EF3;
}
</style>