Shades of Cornflower Blue #7284DD
Tints of Cornflower Blue #7284DD
RGB
CMYK
RGB Variations
Color information
#7284DD (or 0x7284DD) is known color: Cornflower Blue. HEX triplet: 72, 84 and DD. RGB value is (114,132,221). Sum of RGB (Red+Green+Blue) = 114+132+221=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #7284DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284DD is #8D7B22. Grayscale: #888888. Windows color (decimal): -9272099 or 14517362. OLE color: 14517362.
HSL color Cylindrical-coordinate representation of color #7284DD: hue angle of 229.91º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7284DD is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 132 | 221 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 229.91º | 0.61% | 0.66% | - |
| HSV(B) | 229.91º | 0.48% | 0.87% | - |
| XYZ | 28.24 | 25.3 | 71.8 | - |
| YUV | 136.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 221 | 0.48 | 0.40 | 0 | 0.13 | 229.91 | 0.61 | 0.66 |
| Hex | 72 | 84 | DD | 30 | 28 | 0 | D | E6 | 3D | 42 |
| Octal | 162 | 204 | 335 | 60 | 50 | 0 | 15 | 346 | 75 | 102 |
| Binary | 1110010 | 10000100 | 11011101 | 110000 | 101000 | 0 | 1101 | 11100110 | 111101 | 1000010 |
Color Harmonies of #7284DD
Complementary color
Monochromatic Colors of #7284DD
Black with #7284DD
Text Example
Text Example
White with #7284DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284DD; }
p { color: rgb(114,132,221); }
H1.HeaderClassName
{
color: #7284DD;
}
.AnyTagClassName
{
color: #7284DD;
}
</style>
background-color css
<style>
a { background-color: #7284DD; }
a { background-color: rgb(114,132,221); }
div.DivClassName
{
background-color: #7284DD;
}
.BgClassName
{
background-color: #7284DD;
}
</style>
border-color css
<style>
span { border-color: #7284DD; }
span { border-color: rgb(114,132,221); }
td.TdClassName
{
border-color: #7284DD;
}
.TagClassName
{
border-color: #7284DD;
}
</style>