Shades of Cornflower Blue #7281EA
Tints of Cornflower Blue #7281EA
RGB
CMYK
RGB Variations
Color information
#7281EA (or 0x7281EA) is known color: Cornflower Blue. HEX triplet: 72, 81 and EA. RGB value is (114,129,234). Sum of RGB (Red+Green+Blue) = 114+129+234=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #7281EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281EA is #8D7E15. Grayscale: #888888. Windows color (decimal): -9272854 or 15368562. OLE color: 15368562.
HSL color Cylindrical-coordinate representation of color #7281EA: hue angle of 232.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7281EA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 129 | 234 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.08 |
| HSL | 232.5º | 0.74% | 0.68% | - |
| HSV(B) | 232.5º | 0.51% | 0.92% | - |
| XYZ | 29.64 | 25.22 | 81.15 | - |
| YUV | 136.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 234 | 0.51 | 0.45 | 0 | 0.08 | 232.5 | 0.74 | 0.68 |
| Hex | 72 | 81 | EA | 33 | 2D | 0 | 8 | E8 | 4A | 44 |
| Octal | 162 | 201 | 352 | 63 | 55 | 0 | 10 | 350 | 112 | 104 |
| Binary | 1110010 | 10000001 | 11101010 | 110011 | 101101 | 0 | 1000 | 11101000 | 1001010 | 1000100 |
Color Harmonies of #7281EA
Complementary color
Monochromatic Colors of #7281EA
Black with #7281EA
Text Example
Text Example
White with #7281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7281EA; }
p { color: rgb(114,129,234); }
H1.HeaderClassName
{
color: #7281EA;
}
.AnyTagClassName
{
color: #7281EA;
}
</style>
background-color css
<style>
a { background-color: #7281EA; }
a { background-color: rgb(114,129,234); }
div.DivClassName
{
background-color: #7281EA;
}
.BgClassName
{
background-color: #7281EA;
}
</style>
border-color css
<style>
span { border-color: #7281EA; }
span { border-color: rgb(114,129,234); }
td.TdClassName
{
border-color: #7281EA;
}
.TagClassName
{
border-color: #7281EA;
}
</style>