Shades of Cornflower Blue #749BEC
Tints of Cornflower Blue #749BEC
RGB
CMYK
RGB Variations
Color information
#749BEC (or 0x749BEC) is known color: Cornflower Blue. HEX triplet: 74, 9B and EC. RGB value is (116,155,236). Sum of RGB (Red+Green+Blue) = 116+155+236=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #749BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEC is #8B6413. Grayscale: #989898. Windows color (decimal): -9135124 or 15506292. OLE color: 15506292.
HSL color Cylindrical-coordinate representation of color #749BEC: hue angle of 220.5º 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 #749BEC is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 155 | 236 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 220.5º | 0.76% | 0.69% | - |
| HSV(B) | 220.5º | 0.51% | 0.93% | - |
| XYZ | 34.06 | 33.21 | 83.97 | - |
| YUV | 152.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 236 | 0.51 | 0.34 | 0 | 0.07 | 220.5 | 0.76 | 0.69 |
| Hex | 74 | 9B | EC | 33 | 22 | 0 | 7 | DC | 4C | 45 |
| Octal | 164 | 233 | 354 | 63 | 42 | 0 | 7 | 334 | 114 | 105 |
| Binary | 1110100 | 10011011 | 11101100 | 110011 | 100010 | 0 | 111 | 11011100 | 1001100 | 1000101 |
Color Harmonies of #749BEC
Complementary color
Monochromatic Colors of #749BEC
Black with #749BEC
Text Example
Text Example
White with #749BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BEC; }
p { color: rgb(116,155,236); }
H1.HeaderClassName
{
color: #749BEC;
}
.AnyTagClassName
{
color: #749BEC;
}
</style>
background-color css
<style>
a { background-color: #749BEC; }
a { background-color: rgb(116,155,236); }
div.DivClassName
{
background-color: #749BEC;
}
.BgClassName
{
background-color: #749BEC;
}
</style>
border-color css
<style>
span { border-color: #749BEC; }
span { border-color: rgb(116,155,236); }
td.TdClassName
{
border-color: #749BEC;
}
.TagClassName
{
border-color: #749BEC;
}
</style>