Shades of Cornflower Blue #7286DC
Tints of Cornflower Blue #7286DC
RGB
CMYK
RGB Variations
Color information
#7286DC (or 0x7286DC) is known color: Cornflower Blue. HEX triplet: 72, 86 and DC. RGB value is (114,134,220). Sum of RGB (Red+Green+Blue) = 114+134+220=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7286DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7286DC is #8D7923. Grayscale: #898989. Windows color (decimal): -9271588 or 14452338. OLE color: 14452338.
HSL color Cylindrical-coordinate representation of color #7286DC: hue angle of 228.68º 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 #7286DC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 134 | 220 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.14 |
| HSL | 228.68º | 0.6% | 0.65% | - |
| HSV(B) | 228.68º | 0.48% | 0.86% | - |
| XYZ | 28.38 | 25.79 | 71.19 | - |
| YUV | 137.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 220 | 0.48 | 0.39 | 0 | 0.14 | 228.68 | 0.6 | 0.65 |
| Hex | 72 | 86 | DC | 30 | 27 | 0 | E | E5 | 3C | 41 |
| Octal | 162 | 206 | 334 | 60 | 47 | 0 | 16 | 345 | 74 | 101 |
| Binary | 1110010 | 10000110 | 11011100 | 110000 | 100111 | 0 | 1110 | 11100101 | 111100 | 1000001 |
Color Harmonies of #7286DC
Complementary color
Monochromatic Colors of #7286DC
Black with #7286DC
Text Example
Text Example
White with #7286DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7286DC; }
p { color: rgb(114,134,220); }
H1.HeaderClassName
{
color: #7286DC;
}
.AnyTagClassName
{
color: #7286DC;
}
</style>
background-color css
<style>
a { background-color: #7286DC; }
a { background-color: rgb(114,134,220); }
div.DivClassName
{
background-color: #7286DC;
}
.BgClassName
{
background-color: #7286DC;
}
</style>
border-color css
<style>
span { border-color: #7286DC; }
span { border-color: rgb(114,134,220); }
td.TdClassName
{
border-color: #7286DC;
}
.TagClassName
{
border-color: #7286DC;
}
</style>