Shades of Cornflower Blue #748CE9
Tints of Cornflower Blue #748CE9
RGB
CMYK
RGB Variations
Color information
#748CE9 (or 0x748CE9) is known color: Cornflower Blue. HEX triplet: 74, 8C and E9. RGB value is (116,140,233). Sum of RGB (Red+Green+Blue) = 116+140+233=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #748CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CE9 is #8B7316. Grayscale: #8F8F8F. Windows color (decimal): -9138967 or 15305844. OLE color: 15305844.
HSL color Cylindrical-coordinate representation of color #748CE9: hue angle of 227.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748CE9 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 140 | 233 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.09 |
| HSL | 227.69º | 0.73% | 0.68% | - |
| HSV(B) | 227.69º | 0.5% | 0.91% | - |
| XYZ | 31.29 | 28.35 | 80.91 | - |
| YUV | 143.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 233 | 0.50 | 0.40 | 0 | 0.09 | 227.69 | 0.73 | 0.68 |
| Hex | 74 | 8C | E9 | 32 | 28 | 0 | 9 | E4 | 49 | 44 |
| Octal | 164 | 214 | 351 | 62 | 50 | 0 | 11 | 344 | 111 | 104 |
| Binary | 1110100 | 10001100 | 11101001 | 110010 | 101000 | 0 | 1001 | 11100100 | 1001001 | 1000100 |
Color Harmonies of #748CE9
Complementary color
Monochromatic Colors of #748CE9
Black with #748CE9
Text Example
Text Example
White with #748CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CE9; }
p { color: rgb(116,140,233); }
H1.HeaderClassName
{
color: #748CE9;
}
.AnyTagClassName
{
color: #748CE9;
}
</style>
background-color css
<style>
a { background-color: #748CE9; }
a { background-color: rgb(116,140,233); }
div.DivClassName
{
background-color: #748CE9;
}
.BgClassName
{
background-color: #748CE9;
}
</style>
border-color css
<style>
span { border-color: #748CE9; }
span { border-color: rgb(116,140,233); }
td.TdClassName
{
border-color: #748CE9;
}
.TagClassName
{
border-color: #748CE9;
}
</style>