Shades of Cornflower Blue #7284F0
Tints of Cornflower Blue #7284F0
RGB
CMYK
RGB Variations
Color information
#7284F0 (or 0x7284F0) is known color: Cornflower Blue. HEX triplet: 72, 84 and F0. RGB value is (114,132,240). Sum of RGB (Red+Green+Blue) = 114+132+240=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #7284F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284F0 is #8D7B0F. Grayscale: #8A8A8A. Windows color (decimal): -9272080 or 15762546. OLE color: 15762546.
HSL color Cylindrical-coordinate representation of color #7284F0: hue angle of 231.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7284F0 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 132 | 240 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.06 |
| HSL | 231.43º | 0.81% | 0.69% | - |
| HSV(B) | 231.43º | 0.53% | 0.94% | - |
| XYZ | 30.92 | 26.37 | 85.9 | - |
| YUV | 138.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 240 | 0.52 | 0.45 | 0 | 0.06 | 231.43 | 0.81 | 0.69 |
| Hex | 72 | 84 | F0 | 34 | 2D | 0 | 6 | E7 | 51 | 45 |
| Octal | 162 | 204 | 360 | 64 | 55 | 0 | 6 | 347 | 121 | 105 |
| Binary | 1110010 | 10000100 | 11110000 | 110100 | 101101 | 0 | 110 | 11100111 | 1010001 | 1000101 |
Color Harmonies of #7284F0
Complementary color
Monochromatic Colors of #7284F0
Black with #7284F0
Text Example
Text Example
White with #7284F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284F0; }
p { color: rgb(114,132,240); }
H1.HeaderClassName
{
color: #7284F0;
}
.AnyTagClassName
{
color: #7284F0;
}
</style>
background-color css
<style>
a { background-color: #7284F0; }
a { background-color: rgb(114,132,240); }
div.DivClassName
{
background-color: #7284F0;
}
.BgClassName
{
background-color: #7284F0;
}
</style>
border-color css
<style>
span { border-color: #7284F0; }
span { border-color: rgb(114,132,240); }
td.TdClassName
{
border-color: #7284F0;
}
.TagClassName
{
border-color: #7284F0;
}
</style>