Shades of Cornflower Blue #7289DF
Tints of Cornflower Blue #7289DF
RGB
CMYK
RGB Variations
Color information
#7289DF (or 0x7289DF) is known color: Cornflower Blue. HEX triplet: 72, 89 and DF. RGB value is (114,137,223). Sum of RGB (Red+Green+Blue) = 114+137+223=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7289DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289DF is #8D7620. Grayscale: #8B8B8B. Windows color (decimal): -9270817 or 14649714. OLE color: 14649714.
HSL color Cylindrical-coordinate representation of color #7289DF: hue angle of 227.34º 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 #7289DF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 137 | 223 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.13 |
| HSL | 227.34º | 0.63% | 0.66% | - |
| HSV(B) | 227.34º | 0.49% | 0.87% | - |
| XYZ | 29.2 | 26.8 | 73.45 | - |
| YUV | 139.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 223 | 0.49 | 0.39 | 0 | 0.13 | 227.34 | 0.63 | 0.66 |
| Hex | 72 | 89 | DF | 31 | 27 | 0 | D | E3 | 3F | 42 |
| Octal | 162 | 211 | 337 | 61 | 47 | 0 | 15 | 343 | 77 | 102 |
| Binary | 1110010 | 10001001 | 11011111 | 110001 | 100111 | 0 | 1101 | 11100011 | 111111 | 1000010 |
Color Harmonies of #7289DF
Complementary color
Monochromatic Colors of #7289DF
Black with #7289DF
Text Example
Text Example
White with #7289DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7289DF; }
p { color: rgb(114,137,223); }
H1.HeaderClassName
{
color: #7289DF;
}
.AnyTagClassName
{
color: #7289DF;
}
</style>
background-color css
<style>
a { background-color: #7289DF; }
a { background-color: rgb(114,137,223); }
div.DivClassName
{
background-color: #7289DF;
}
.BgClassName
{
background-color: #7289DF;
}
</style>
border-color css
<style>
span { border-color: #7289DF; }
span { border-color: rgb(114,137,223); }
td.TdClassName
{
border-color: #7289DF;
}
.TagClassName
{
border-color: #7289DF;
}
</style>