Shades of Cornflower Blue #749BEE
Tints of Cornflower Blue #749BEE
RGB
CMYK
RGB Variations
Color information
#749BEE (or 0x749BEE) is known color: Cornflower Blue. HEX triplet: 74, 9B and EE. RGB value is (116,155,238). Sum of RGB (Red+Green+Blue) = 116+155+238=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #749BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEE is #8B6411. Grayscale: #989898. Windows color (decimal): -9135122 or 15637364. OLE color: 15637364.
HSL color Cylindrical-coordinate representation of color #749BEE: hue angle of 220.82º degrees, saturation: 0.78, 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 #749BEE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 155 | 238 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.07 |
| HSL | 220.82º | 0.78% | 0.69% | - |
| HSV(B) | 220.82º | 0.51% | 0.93% | - |
| XYZ | 34.36 | 33.33 | 85.51 | - |
| YUV | 152.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 238 | 0.51 | 0.35 | 0 | 0.07 | 220.82 | 0.78 | 0.69 |
| Hex | 74 | 9B | EE | 33 | 23 | 0 | 7 | DD | 4E | 45 |
| Octal | 164 | 233 | 356 | 63 | 43 | 0 | 7 | 335 | 116 | 105 |
| Binary | 1110100 | 10011011 | 11101110 | 110011 | 100011 | 0 | 111 | 11011101 | 1001110 | 1000101 |
Color Harmonies of #749BEE
Complementary color
Monochromatic Colors of #749BEE
Black with #749BEE
Text Example
Text Example
White with #749BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BEE; }
p { color: rgb(116,155,238); }
H1.HeaderClassName
{
color: #749BEE;
}
.AnyTagClassName
{
color: #749BEE;
}
</style>
background-color css
<style>
a { background-color: #749BEE; }
a { background-color: rgb(116,155,238); }
div.DivClassName
{
background-color: #749BEE;
}
.BgClassName
{
background-color: #749BEE;
}
</style>
border-color css
<style>
span { border-color: #749BEE; }
span { border-color: rgb(116,155,238); }
td.TdClassName
{
border-color: #749BEE;
}
.TagClassName
{
border-color: #749BEE;
}
</style>