Shades of Cornflower Blue #7282DD
Tints of Cornflower Blue #7282DD
RGB
CMYK
RGB Variations
Color information
#7282DD (or 0x7282DD) is known color: Cornflower Blue. HEX triplet: 72, 82 and DD. RGB value is (114,130,221). Sum of RGB (Red+Green+Blue) = 114+130+221=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #7282DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282DD is #8D7D22. Grayscale: #878787. Windows color (decimal): -9272611 or 14516850. OLE color: 14516850.
HSL color Cylindrical-coordinate representation of color #7282DD: hue angle of 231.03º 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 #7282DD is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 130 | 221 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.13 |
| HSL | 231.03º | 0.61% | 0.66% | - |
| HSV(B) | 231.03º | 0.48% | 0.87% | - |
| XYZ | 27.97 | 24.76 | 71.71 | - |
| YUV | 135.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 221 | 0.48 | 0.41 | 0 | 0.13 | 231.03 | 0.61 | 0.66 |
| Hex | 72 | 82 | DD | 30 | 29 | 0 | D | E7 | 3D | 42 |
| Octal | 162 | 202 | 335 | 60 | 51 | 0 | 15 | 347 | 75 | 102 |
| Binary | 1110010 | 10000010 | 11011101 | 110000 | 101001 | 0 | 1101 | 11100111 | 111101 | 1000010 |
Color Harmonies of #7282DD
Complementary color
Monochromatic Colors of #7282DD
Black with #7282DD
Text Example
Text Example
White with #7282DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282DD; }
p { color: rgb(114,130,221); }
H1.HeaderClassName
{
color: #7282DD;
}
.AnyTagClassName
{
color: #7282DD;
}
</style>
background-color css
<style>
a { background-color: #7282DD; }
a { background-color: rgb(114,130,221); }
div.DivClassName
{
background-color: #7282DD;
}
.BgClassName
{
background-color: #7282DD;
}
</style>
border-color css
<style>
span { border-color: #7282DD; }
span { border-color: rgb(114,130,221); }
td.TdClassName
{
border-color: #7282DD;
}
.TagClassName
{
border-color: #7282DD;
}
</style>