Shades of Cornflower Blue #749DEE
Tints of Cornflower Blue #749DEE
RGB
CMYK
RGB Variations
Color information
#749DEE (or 0x749DEE) is known color: Cornflower Blue. HEX triplet: 74, 9D and EE. RGB value is (116,157,238). Sum of RGB (Red+Green+Blue) = 116+157+238=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #749DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DEE is #8B6211. Grayscale: #999999. Windows color (decimal): -9134610 or 15637876. OLE color: 15637876.
HSL color Cylindrical-coordinate representation of color #749DEE: hue angle of 219.84º 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 #749DEE is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 157 | 238 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 219.84º | 0.78% | 0.69% | - |
| HSV(B) | 219.84º | 0.51% | 0.93% | - |
| XYZ | 34.69 | 34 | 85.62 | - |
| YUV | 153.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 238 | 0.51 | 0.34 | 0 | 0.07 | 219.84 | 0.78 | 0.69 |
| Hex | 74 | 9D | EE | 33 | 22 | 0 | 7 | DC | 4E | 45 |
| Octal | 164 | 235 | 356 | 63 | 42 | 0 | 7 | 334 | 116 | 105 |
| Binary | 1110100 | 10011101 | 11101110 | 110011 | 100010 | 0 | 111 | 11011100 | 1001110 | 1000101 |
Color Harmonies of #749DEE
Complementary color
Monochromatic Colors of #749DEE
Black with #749DEE
Text Example
Text Example
White with #749DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DEE; }
p { color: rgb(116,157,238); }
H1.HeaderClassName
{
color: #749DEE;
}
.AnyTagClassName
{
color: #749DEE;
}
</style>
background-color css
<style>
a { background-color: #749DEE; }
a { background-color: rgb(116,157,238); }
div.DivClassName
{
background-color: #749DEE;
}
.BgClassName
{
background-color: #749DEE;
}
</style>
border-color css
<style>
span { border-color: #749DEE; }
span { border-color: rgb(116,157,238); }
td.TdClassName
{
border-color: #749DEE;
}
.TagClassName
{
border-color: #749DEE;
}
</style>