Shades of Cornflower Blue #7281E0
Tints of Cornflower Blue #7281E0
RGB
CMYK
RGB Variations
Color information
#7281E0 (or 0x7281E0) is known color: Cornflower Blue. HEX triplet: 72, 81 and E0. RGB value is (114,129,224). Sum of RGB (Red+Green+Blue) = 114+129+224=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #7281E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281E0 is #8D7E1F. Grayscale: #868686. Windows color (decimal): -9272864 or 14713202. OLE color: 14713202.
HSL color Cylindrical-coordinate representation of color #7281E0: hue angle of 231.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7281E0 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 129 | 224 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.12 |
| HSL | 231.82º | 0.64% | 0.66% | - |
| HSV(B) | 231.82º | 0.49% | 0.88% | - |
| XYZ | 28.24 | 24.66 | 73.79 | - |
| YUV | 135.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 224 | 0.49 | 0.42 | 0 | 0.12 | 231.82 | 0.64 | 0.66 |
| Hex | 72 | 81 | E0 | 31 | 2A | 0 | C | E8 | 40 | 42 |
| Octal | 162 | 201 | 340 | 61 | 52 | 0 | 14 | 350 | 100 | 102 |
| Binary | 1110010 | 10000001 | 11100000 | 110001 | 101010 | 0 | 1100 | 11101000 | 1000000 | 1000010 |
Color Harmonies of #7281E0
Complementary color
Monochromatic Colors of #7281E0
Black with #7281E0
Text Example
Text Example
White with #7281E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7281E0; }
p { color: rgb(114,129,224); }
H1.HeaderClassName
{
color: #7281E0;
}
.AnyTagClassName
{
color: #7281E0;
}
</style>
background-color css
<style>
a { background-color: #7281E0; }
a { background-color: rgb(114,129,224); }
div.DivClassName
{
background-color: #7281E0;
}
.BgClassName
{
background-color: #7281E0;
}
</style>
border-color css
<style>
span { border-color: #7281E0; }
span { border-color: rgb(114,129,224); }
td.TdClassName
{
border-color: #7281E0;
}
.TagClassName
{
border-color: #7281E0;
}
</style>