Shades of Cornflower Blue #748EED
Tints of Cornflower Blue #748EED
RGB
CMYK
RGB Variations
Color information
#748EED (or 0x748EED) is known color: Cornflower Blue. HEX triplet: 74, 8E and ED. RGB value is (116,142,237). Sum of RGB (Red+Green+Blue) = 116+142+237=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #748EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EED is #8B7112. Grayscale: #909090. Windows color (decimal): -9138451 or 15568500. OLE color: 15568500.
HSL color Cylindrical-coordinate representation of color #748EED: hue angle of 227.11º degrees, saturation: 0.77, 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 #748EED is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 142 | 237 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.07 |
| HSL | 227.11º | 0.77% | 0.69% | - |
| HSV(B) | 227.11º | 0.51% | 0.93% | - |
| XYZ | 32.16 | 29.17 | 84.06 | - |
| YUV | 145.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 237 | 0.51 | 0.40 | 0 | 0.07 | 227.11 | 0.77 | 0.69 |
| Hex | 74 | 8E | ED | 33 | 28 | 0 | 7 | E3 | 4D | 45 |
| Octal | 164 | 216 | 355 | 63 | 50 | 0 | 7 | 343 | 115 | 105 |
| Binary | 1110100 | 10001110 | 11101101 | 110011 | 101000 | 0 | 111 | 11100011 | 1001101 | 1000101 |
Color Harmonies of #748EED
Complementary color
Monochromatic Colors of #748EED
Black with #748EED
Text Example
Text Example
White with #748EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EED; }
p { color: rgb(116,142,237); }
H1.HeaderClassName
{
color: #748EED;
}
.AnyTagClassName
{
color: #748EED;
}
</style>
background-color css
<style>
a { background-color: #748EED; }
a { background-color: rgb(116,142,237); }
div.DivClassName
{
background-color: #748EED;
}
.BgClassName
{
background-color: #748EED;
}
</style>
border-color css
<style>
span { border-color: #748EED; }
span { border-color: rgb(116,142,237); }
td.TdClassName
{
border-color: #748EED;
}
.TagClassName
{
border-color: #748EED;
}
</style>