Shades of Cornflower Blue #748EEC
Tints of Cornflower Blue #748EEC
RGB
CMYK
RGB Variations
Color information
#748EEC (or 0x748EEC) is known color: Cornflower Blue. HEX triplet: 74, 8E and EC. RGB value is (116,142,236). Sum of RGB (Red+Green+Blue) = 116+142+236=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #748EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EEC is #8B7113. Grayscale: #909090. Windows color (decimal): -9138452 or 15502964. OLE color: 15502964.
HSL color Cylindrical-coordinate representation of color #748EEC: hue angle of 227º 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 #748EEC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 142 | 236 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.07 |
| HSL | 227º | 0.76% | 0.69% | - |
| HSV(B) | 227º | 0.51% | 0.93% | - |
| XYZ | 32.02 | 29.12 | 83.29 | - |
| YUV | 144.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 236 | 0.51 | 0.40 | 0 | 0.07 | 227 | 0.76 | 0.69 |
| Hex | 74 | 8E | EC | 33 | 28 | 0 | 7 | E3 | 4C | 45 |
| Octal | 164 | 216 | 354 | 63 | 50 | 0 | 7 | 343 | 114 | 105 |
| Binary | 1110100 | 10001110 | 11101100 | 110011 | 101000 | 0 | 111 | 11100011 | 1001100 | 1000101 |
Color Harmonies of #748EEC
Complementary color
Monochromatic Colors of #748EEC
Black with #748EEC
Text Example
Text Example
White with #748EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EEC; }
p { color: rgb(116,142,236); }
H1.HeaderClassName
{
color: #748EEC;
}
.AnyTagClassName
{
color: #748EEC;
}
</style>
background-color css
<style>
a { background-color: #748EEC; }
a { background-color: rgb(116,142,236); }
div.DivClassName
{
background-color: #748EEC;
}
.BgClassName
{
background-color: #748EEC;
}
</style>
border-color css
<style>
span { border-color: #748EEC; }
span { border-color: rgb(116,142,236); }
td.TdClassName
{
border-color: #748EEC;
}
.TagClassName
{
border-color: #748EEC;
}
</style>