Shades of Cornflower Blue #748BEC
Tints of Cornflower Blue #748BEC
RGB
CMYK
RGB Variations
Color information
#748BEC (or 0x748BEC) is known color: Cornflower Blue. HEX triplet: 74, 8B and EC. RGB value is (116,139,236). Sum of RGB (Red+Green+Blue) = 116+139+236=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #748BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BEC is #8B7413. Grayscale: #8E8E8E. Windows color (decimal): -9139220 or 15502196. OLE color: 15502196.
HSL color Cylindrical-coordinate representation of color #748BEC: hue angle of 228.5º 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 #748BEC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 139 | 236 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 228.5º | 0.76% | 0.69% | - |
| HSV(B) | 228.5º | 0.51% | 0.93% | - |
| XYZ | 31.58 | 28.23 | 83.14 | - |
| YUV | 143.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 236 | 0.51 | 0.41 | 0 | 0.07 | 228.5 | 0.76 | 0.69 |
| Hex | 74 | 8B | EC | 33 | 29 | 0 | 7 | E4 | 4C | 45 |
| Octal | 164 | 213 | 354 | 63 | 51 | 0 | 7 | 344 | 114 | 105 |
| Binary | 1110100 | 10001011 | 11101100 | 110011 | 101001 | 0 | 111 | 11100100 | 1001100 | 1000101 |
Color Harmonies of #748BEC
Complementary color
Monochromatic Colors of #748BEC
Black with #748BEC
Text Example
Text Example
White with #748BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BEC; }
p { color: rgb(116,139,236); }
H1.HeaderClassName
{
color: #748BEC;
}
.AnyTagClassName
{
color: #748BEC;
}
</style>
background-color css
<style>
a { background-color: #748BEC; }
a { background-color: rgb(116,139,236); }
div.DivClassName
{
background-color: #748BEC;
}
.BgClassName
{
background-color: #748BEC;
}
</style>
border-color css
<style>
span { border-color: #748BEC; }
span { border-color: rgb(116,139,236); }
td.TdClassName
{
border-color: #748BEC;
}
.TagClassName
{
border-color: #748BEC;
}
</style>