Shades of Cornflower Blue #748CE5
Tints of Cornflower Blue #748CE5
RGB
CMYK
RGB Variations
Color information
#748CE5 (or 0x748CE5) is known color: Cornflower Blue. HEX triplet: 74, 8C and E5. RGB value is (116,140,229). Sum of RGB (Red+Green+Blue) = 116+140+229=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #748CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CE5 is #8B731A. Grayscale: #8E8E8E. Windows color (decimal): -9138971 or 15043700. OLE color: 15043700.
HSL color Cylindrical-coordinate representation of color #748CE5: hue angle of 227.26º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748CE5 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 140 | 229 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.10 |
| HSL | 227.26º | 0.68% | 0.68% | - |
| HSV(B) | 227.26º | 0.49% | 0.9% | - |
| XYZ | 30.72 | 28.13 | 77.94 | - |
| YUV | 142.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 229 | 0.49 | 0.39 | 0 | 0.10 | 227.26 | 0.68 | 0.68 |
| Hex | 74 | 8C | E5 | 31 | 27 | 0 | A | E3 | 44 | 44 |
| Octal | 164 | 214 | 345 | 61 | 47 | 0 | 12 | 343 | 104 | 104 |
| Binary | 1110100 | 10001100 | 11100101 | 110001 | 100111 | 0 | 1010 | 11100011 | 1000100 | 1000100 |
Color Harmonies of #748CE5
Complementary color
Monochromatic Colors of #748CE5
Black with #748CE5
Text Example
Text Example
White with #748CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CE5; }
p { color: rgb(116,140,229); }
H1.HeaderClassName
{
color: #748CE5;
}
.AnyTagClassName
{
color: #748CE5;
}
</style>
background-color css
<style>
a { background-color: #748CE5; }
a { background-color: rgb(116,140,229); }
div.DivClassName
{
background-color: #748CE5;
}
.BgClassName
{
background-color: #748CE5;
}
</style>
border-color css
<style>
span { border-color: #748CE5; }
span { border-color: rgb(116,140,229); }
td.TdClassName
{
border-color: #748CE5;
}
.TagClassName
{
border-color: #748CE5;
}
</style>