Shades of Cornflower Blue #7285DC
Tints of Cornflower Blue #7285DC
RGB
CMYK
RGB Variations
Color information
#7285DC (or 0x7285DC) is known color: Cornflower Blue. HEX triplet: 72, 85 and DC. RGB value is (114,133,220). Sum of RGB (Red+Green+Blue) = 114+133+220=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7285DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7285DC is #8D7A23. Grayscale: #888888. Windows color (decimal): -9271844 or 14452082. OLE color: 14452082.
HSL color Cylindrical-coordinate representation of color #7285DC: hue angle of 229.25º 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 #7285DC is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 133 | 220 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.14 |
| HSL | 229.25º | 0.6% | 0.65% | - |
| HSV(B) | 229.25º | 0.48% | 0.86% | - |
| XYZ | 28.25 | 25.52 | 71.15 | - |
| YUV | 137.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 220 | 0.48 | 0.40 | 0 | 0.14 | 229.25 | 0.6 | 0.65 |
| Hex | 72 | 85 | DC | 30 | 28 | 0 | E | E5 | 3C | 41 |
| Octal | 162 | 205 | 334 | 60 | 50 | 0 | 16 | 345 | 74 | 101 |
| Binary | 1110010 | 10000101 | 11011100 | 110000 | 101000 | 0 | 1110 | 11100101 | 111100 | 1000001 |
Color Harmonies of #7285DC
Complementary color
Monochromatic Colors of #7285DC
Black with #7285DC
Text Example
Text Example
White with #7285DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285DC; }
p { color: rgb(114,133,220); }
H1.HeaderClassName
{
color: #7285DC;
}
.AnyTagClassName
{
color: #7285DC;
}
</style>
background-color css
<style>
a { background-color: #7285DC; }
a { background-color: rgb(114,133,220); }
div.DivClassName
{
background-color: #7285DC;
}
.BgClassName
{
background-color: #7285DC;
}
</style>
border-color css
<style>
span { border-color: #7285DC; }
span { border-color: rgb(114,133,220); }
td.TdClassName
{
border-color: #7285DC;
}
.TagClassName
{
border-color: #7285DC;
}
</style>