Shades of Cornflower Blue #749CE9
Tints of Cornflower Blue #749CE9
RGB
CMYK
RGB Variations
Color information
#749CE9 (or 0x749CE9) is known color: Cornflower Blue. HEX triplet: 74, 9C and E9. RGB value is (116,156,233). Sum of RGB (Red+Green+Blue) = 116+156+233=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #749CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CE9 is #8B6316. Grayscale: #989898. Windows color (decimal): -9134871 or 15309940. OLE color: 15309940.
HSL color Cylindrical-coordinate representation of color #749CE9: hue angle of 219.49º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749CE9 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 156 | 233 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.09 |
| HSL | 219.49º | 0.73% | 0.68% | - |
| HSV(B) | 219.49º | 0.5% | 0.91% | - |
| XYZ | 33.8 | 33.37 | 81.75 | - |
| YUV | 152.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 233 | 0.50 | 0.33 | 0 | 0.09 | 219.49 | 0.73 | 0.68 |
| Hex | 74 | 9C | E9 | 32 | 21 | 0 | 9 | DB | 49 | 44 |
| Octal | 164 | 234 | 351 | 62 | 41 | 0 | 11 | 333 | 111 | 104 |
| Binary | 1110100 | 10011100 | 11101001 | 110010 | 100001 | 0 | 1001 | 11011011 | 1001001 | 1000100 |
Color Harmonies of #749CE9
Complementary color
Monochromatic Colors of #749CE9
Black with #749CE9
Text Example
Text Example
White with #749CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CE9; }
p { color: rgb(116,156,233); }
H1.HeaderClassName
{
color: #749CE9;
}
.AnyTagClassName
{
color: #749CE9;
}
</style>
background-color css
<style>
a { background-color: #749CE9; }
a { background-color: rgb(116,156,233); }
div.DivClassName
{
background-color: #749CE9;
}
.BgClassName
{
background-color: #749CE9;
}
</style>
border-color css
<style>
span { border-color: #749CE9; }
span { border-color: rgb(116,156,233); }
td.TdClassName
{
border-color: #749CE9;
}
.TagClassName
{
border-color: #749CE9;
}
</style>