Shades of Cornflower Blue #748EEF
Tints of Cornflower Blue #748EEF
RGB
CMYK
RGB Variations
Color information
#748EEF (or 0x748EEF) is known color: Cornflower Blue. HEX triplet: 74, 8E and EF. RGB value is (116,142,239). Sum of RGB (Red+Green+Blue) = 116+142+239=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #748EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EEF is #8B7110. Grayscale: #909090. Windows color (decimal): -9138449 or 15699572. OLE color: 15699572.
HSL color Cylindrical-coordinate representation of color #748EEF: hue angle of 227.32º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748EEF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 142 | 239 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.06 |
| HSL | 227.32º | 0.79% | 0.7% | - |
| HSV(B) | 227.32º | 0.51% | 0.94% | - |
| XYZ | 32.46 | 29.29 | 85.6 | - |
| YUV | 145.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 239 | 0.51 | 0.41 | 0 | 0.06 | 227.32 | 0.79 | 0.7 |
| Hex | 74 | 8E | EF | 33 | 29 | 0 | 6 | E3 | 4F | 46 |
| Octal | 164 | 216 | 357 | 63 | 51 | 0 | 6 | 343 | 117 | 106 |
| Binary | 1110100 | 10001110 | 11101111 | 110011 | 101001 | 0 | 110 | 11100011 | 1001111 | 1000110 |
Color Harmonies of #748EEF
Complementary color
Monochromatic Colors of #748EEF
Black with #748EEF
Text Example
Text Example
White with #748EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EEF; }
p { color: rgb(116,142,239); }
H1.HeaderClassName
{
color: #748EEF;
}
.AnyTagClassName
{
color: #748EEF;
}
</style>
background-color css
<style>
a { background-color: #748EEF; }
a { background-color: rgb(116,142,239); }
div.DivClassName
{
background-color: #748EEF;
}
.BgClassName
{
background-color: #748EEF;
}
</style>
border-color css
<style>
span { border-color: #748EEF; }
span { border-color: rgb(116,142,239); }
td.TdClassName
{
border-color: #748EEF;
}
.TagClassName
{
border-color: #748EEF;
}
</style>