Shades of Cornflower Blue #7280DF
Tints of Cornflower Blue #7280DF
RGB
CMYK
RGB Variations
Color information
#7280DF (or 0x7280DF) is known color: Cornflower Blue. HEX triplet: 72, 80 and DF. RGB value is (114,128,223). Sum of RGB (Red+Green+Blue) = 114+128+223=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #7280DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280DF is #8D7F20. Grayscale: #868686. Windows color (decimal): -9273121 or 14647410. OLE color: 14647410.
HSL color Cylindrical-coordinate representation of color #7280DF: hue angle of 232.29º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7280DF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 128 | 223 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.13 |
| HSL | 232.29º | 0.63% | 0.66% | - |
| HSV(B) | 232.29º | 0.49% | 0.87% | - |
| XYZ | 27.98 | 24.34 | 73.04 | - |
| YUV | 134.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 223 | 0.49 | 0.43 | 0 | 0.13 | 232.29 | 0.63 | 0.66 |
| Hex | 72 | 80 | DF | 31 | 2B | 0 | D | E8 | 3F | 42 |
| Octal | 162 | 200 | 337 | 61 | 53 | 0 | 15 | 350 | 77 | 102 |
| Binary | 1110010 | 10000000 | 11011111 | 110001 | 101011 | 0 | 1101 | 11101000 | 111111 | 1000010 |
Color Harmonies of #7280DF
Complementary color
Monochromatic Colors of #7280DF
Black with #7280DF
Text Example
Text Example
White with #7280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280DF; }
p { color: rgb(114,128,223); }
H1.HeaderClassName
{
color: #7280DF;
}
.AnyTagClassName
{
color: #7280DF;
}
</style>
background-color css
<style>
a { background-color: #7280DF; }
a { background-color: rgb(114,128,223); }
div.DivClassName
{
background-color: #7280DF;
}
.BgClassName
{
background-color: #7280DF;
}
</style>
border-color css
<style>
span { border-color: #7280DF; }
span { border-color: rgb(114,128,223); }
td.TdClassName
{
border-color: #7280DF;
}
.TagClassName
{
border-color: #7280DF;
}
</style>