Shades of Cornflower Blue #7481EA
Tints of Cornflower Blue #7481EA
RGB
CMYK
RGB Variations
Color information
#7481EA (or 0x7481EA) is known color: Cornflower Blue. HEX triplet: 74, 81 and EA. RGB value is (116,129,234). Sum of RGB (Red+Green+Blue) = 116+129+234=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #7481EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7481EA is #8B7E15. Grayscale: #888888. Windows color (decimal): -9141782 or 15368564. OLE color: 15368564.
HSL color Cylindrical-coordinate representation of color #7481EA: hue angle of 233.39º 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 #7481EA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 129 | 234 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.08 |
| HSL | 233.39º | 0.74% | 0.69% | - |
| HSV(B) | 233.39º | 0.5% | 0.92% | - |
| XYZ | 29.9 | 25.35 | 81.16 | - |
| YUV | 137.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 234 | 0.50 | 0.45 | 0 | 0.08 | 233.39 | 0.74 | 0.69 |
| Hex | 74 | 81 | EA | 32 | 2D | 0 | 8 | E9 | 4A | 45 |
| Octal | 164 | 201 | 352 | 62 | 55 | 0 | 10 | 351 | 112 | 105 |
| Binary | 1110100 | 10000001 | 11101010 | 110010 | 101101 | 0 | 1000 | 11101001 | 1001010 | 1000101 |
Color Harmonies of #7481EA
Complementary color
Monochromatic Colors of #7481EA
Black with #7481EA
Text Example
Text Example
White with #7481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481EA; }
p { color: rgb(116,129,234); }
H1.HeaderClassName
{
color: #7481EA;
}
.AnyTagClassName
{
color: #7481EA;
}
</style>
background-color css
<style>
a { background-color: #7481EA; }
a { background-color: rgb(116,129,234); }
div.DivClassName
{
background-color: #7481EA;
}
.BgClassName
{
background-color: #7481EA;
}
</style>
border-color css
<style>
span { border-color: #7481EA; }
span { border-color: rgb(116,129,234); }
td.TdClassName
{
border-color: #7481EA;
}
.TagClassName
{
border-color: #7481EA;
}
</style>