Shades of Cornflower Blue #748CEA
Tints of Cornflower Blue #748CEA
RGB
CMYK
RGB Variations
Color information
#748CEA (or 0x748CEA) is known color: Cornflower Blue. HEX triplet: 74, 8C and EA. RGB value is (116,140,234). Sum of RGB (Red+Green+Blue) = 116+140+234=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #748CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CEA is #8B7315. Grayscale: #8F8F8F. Windows color (decimal): -9138966 or 15371380. OLE color: 15371380.
HSL color Cylindrical-coordinate representation of color #748CEA: hue angle of 227.8º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748CEA is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 140 | 234 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.08 |
| HSL | 227.8º | 0.74% | 0.69% | - |
| HSV(B) | 227.8º | 0.5% | 0.92% | - |
| XYZ | 31.43 | 28.41 | 81.67 | - |
| YUV | 143.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 234 | 0.50 | 0.40 | 0 | 0.08 | 227.8 | 0.74 | 0.69 |
| Hex | 74 | 8C | EA | 32 | 28 | 0 | 8 | E4 | 4A | 45 |
| Octal | 164 | 214 | 352 | 62 | 50 | 0 | 10 | 344 | 112 | 105 |
| Binary | 1110100 | 10001100 | 11101010 | 110010 | 101000 | 0 | 1000 | 11100100 | 1001010 | 1000101 |
Color Harmonies of #748CEA
Complementary color
Monochromatic Colors of #748CEA
Black with #748CEA
Text Example
Text Example
White with #748CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CEA; }
p { color: rgb(116,140,234); }
H1.HeaderClassName
{
color: #748CEA;
}
.AnyTagClassName
{
color: #748CEA;
}
</style>
background-color css
<style>
a { background-color: #748CEA; }
a { background-color: rgb(116,140,234); }
div.DivClassName
{
background-color: #748CEA;
}
.BgClassName
{
background-color: #748CEA;
}
</style>
border-color css
<style>
span { border-color: #748CEA; }
span { border-color: rgb(116,140,234); }
td.TdClassName
{
border-color: #748CEA;
}
.TagClassName
{
border-color: #748CEA;
}
</style>