Shades of Cornflower Blue #7287DC
Tints of Cornflower Blue #7287DC
RGB
CMYK
RGB Variations
Color information
#7287DC (or 0x7287DC) is known color: Cornflower Blue. HEX triplet: 72, 87 and DC. RGB value is (114,135,220). Sum of RGB (Red+Green+Blue) = 114+135+220=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7287DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287DC is #8D7823. Grayscale: #8A8A8A. Windows color (decimal): -9271332 or 14452594. OLE color: 14452594.
HSL color Cylindrical-coordinate representation of color #7287DC: hue angle of 228.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7287DC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 135 | 220 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.14 |
| HSL | 228.11º | 0.6% | 0.65% | - |
| HSV(B) | 228.11º | 0.48% | 0.86% | - |
| XYZ | 28.52 | 26.07 | 71.24 | - |
| YUV | 138.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 220 | 0.48 | 0.39 | 0 | 0.14 | 228.11 | 0.6 | 0.65 |
| Hex | 72 | 87 | DC | 30 | 27 | 0 | E | E4 | 3C | 41 |
| Octal | 162 | 207 | 334 | 60 | 47 | 0 | 16 | 344 | 74 | 101 |
| Binary | 1110010 | 10000111 | 11011100 | 110000 | 100111 | 0 | 1110 | 11100100 | 111100 | 1000001 |
Color Harmonies of #7287DC
Complementary color
Monochromatic Colors of #7287DC
Black with #7287DC
Text Example
Text Example
White with #7287DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7287DC; }
p { color: rgb(114,135,220); }
H1.HeaderClassName
{
color: #7287DC;
}
.AnyTagClassName
{
color: #7287DC;
}
</style>
background-color css
<style>
a { background-color: #7287DC; }
a { background-color: rgb(114,135,220); }
div.DivClassName
{
background-color: #7287DC;
}
.BgClassName
{
background-color: #7287DC;
}
</style>
border-color css
<style>
span { border-color: #7287DC; }
span { border-color: rgb(114,135,220); }
td.TdClassName
{
border-color: #7287DC;
}
.TagClassName
{
border-color: #7287DC;
}
</style>