Shades of Cornflower Blue #749BEA
Tints of Cornflower Blue #749BEA
RGB
CMYK
RGB Variations
Color information
#749BEA (or 0x749BEA) is known color: Cornflower Blue. HEX triplet: 74, 9B and EA. RGB value is (116,155,234). Sum of RGB (Red+Green+Blue) = 116+155+234=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #749BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEA is #8B6415. Grayscale: #979797. Windows color (decimal): -9135126 or 15375220. OLE color: 15375220.
HSL color Cylindrical-coordinate representation of color #749BEA: hue angle of 220.17º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749BEA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 155 | 234 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.08 |
| HSL | 220.17º | 0.74% | 0.69% | - |
| HSV(B) | 220.17º | 0.5% | 0.92% | - |
| XYZ | 33.78 | 33.1 | 82.45 | - |
| YUV | 152.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 234 | 0.50 | 0.34 | 0 | 0.08 | 220.17 | 0.74 | 0.69 |
| Hex | 74 | 9B | EA | 32 | 22 | 0 | 8 | DC | 4A | 45 |
| Octal | 164 | 233 | 352 | 62 | 42 | 0 | 10 | 334 | 112 | 105 |
| Binary | 1110100 | 10011011 | 11101010 | 110010 | 100010 | 0 | 1000 | 11011100 | 1001010 | 1000101 |
Color Harmonies of #749BEA
Complementary color
Monochromatic Colors of #749BEA
Black with #749BEA
Text Example
Text Example
White with #749BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BEA; }
p { color: rgb(116,155,234); }
H1.HeaderClassName
{
color: #749BEA;
}
.AnyTagClassName
{
color: #749BEA;
}
</style>
background-color css
<style>
a { background-color: #749BEA; }
a { background-color: rgb(116,155,234); }
div.DivClassName
{
background-color: #749BEA;
}
.BgClassName
{
background-color: #749BEA;
}
</style>
border-color css
<style>
span { border-color: #749BEA; }
span { border-color: rgb(116,155,234); }
td.TdClassName
{
border-color: #749BEA;
}
.TagClassName
{
border-color: #749BEA;
}
</style>