Shades of Cornflower Blue #7481E5
Tints of Cornflower Blue #7481E5
RGB
CMYK
RGB Variations
Color information
#7481E5 (or 0x7481E5) is known color: Cornflower Blue. HEX triplet: 74, 81 and E5. RGB value is (116,129,229). Sum of RGB (Red+Green+Blue) = 116+129+229=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #7481E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481E5 is #8B7E1A. Grayscale: #888888. Windows color (decimal): -9141787 or 15040884. OLE color: 15040884.
HSL color Cylindrical-coordinate representation of color #7481E5: hue angle of 233.1º 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 #7481E5 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 129 | 229 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.10 |
| HSL | 233.1º | 0.68% | 0.68% | - |
| HSV(B) | 233.1º | 0.49% | 0.9% | - |
| XYZ | 29.2 | 25.07 | 77.43 | - |
| YUV | 136.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 229 | 0.49 | 0.44 | 0 | 0.10 | 233.1 | 0.68 | 0.68 |
| Hex | 74 | 81 | E5 | 31 | 2C | 0 | A | E9 | 44 | 44 |
| Octal | 164 | 201 | 345 | 61 | 54 | 0 | 12 | 351 | 104 | 104 |
| Binary | 1110100 | 10000001 | 11100101 | 110001 | 101100 | 0 | 1010 | 11101001 | 1000100 | 1000100 |
Color Harmonies of #7481E5
Complementary color
Monochromatic Colors of #7481E5
Black with #7481E5
Text Example
Text Example
White with #7481E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481E5; }
p { color: rgb(116,129,229); }
H1.HeaderClassName
{
color: #7481E5;
}
.AnyTagClassName
{
color: #7481E5;
}
</style>
background-color css
<style>
a { background-color: #7481E5; }
a { background-color: rgb(116,129,229); }
div.DivClassName
{
background-color: #7481E5;
}
.BgClassName
{
background-color: #7481E5;
}
</style>
border-color css
<style>
span { border-color: #7481E5; }
span { border-color: rgb(116,129,229); }
td.TdClassName
{
border-color: #7481E5;
}
.TagClassName
{
border-color: #7481E5;
}
</style>