Shades of Cornflower Blue #7288DF
Tints of Cornflower Blue #7288DF
RGB
CMYK
RGB Variations
Color information
#7288DF (or 0x7288DF) is known color: Cornflower Blue. HEX triplet: 72, 88 and DF. RGB value is (114,136,223). Sum of RGB (Red+Green+Blue) = 114+136+223=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7288DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288DF is #8D7720. Grayscale: #8A8A8A. Windows color (decimal): -9271073 or 14649458. OLE color: 14649458.
HSL color Cylindrical-coordinate representation of color #7288DF: hue angle of 227.89º 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 #7288DF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 136 | 223 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.13 |
| HSL | 227.89º | 0.63% | 0.66% | - |
| HSV(B) | 227.89º | 0.49% | 0.87% | - |
| XYZ | 29.06 | 26.51 | 73.4 | - |
| YUV | 139.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 223 | 0.49 | 0.39 | 0 | 0.13 | 227.89 | 0.63 | 0.66 |
| Hex | 72 | 88 | DF | 31 | 27 | 0 | D | E4 | 3F | 42 |
| Octal | 162 | 210 | 337 | 61 | 47 | 0 | 15 | 344 | 77 | 102 |
| Binary | 1110010 | 10001000 | 11011111 | 110001 | 100111 | 0 | 1101 | 11100100 | 111111 | 1000010 |
Color Harmonies of #7288DF
Complementary color
Monochromatic Colors of #7288DF
Black with #7288DF
Text Example
Text Example
White with #7288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7288DF; }
p { color: rgb(114,136,223); }
H1.HeaderClassName
{
color: #7288DF;
}
.AnyTagClassName
{
color: #7288DF;
}
</style>
background-color css
<style>
a { background-color: #7288DF; }
a { background-color: rgb(114,136,223); }
div.DivClassName
{
background-color: #7288DF;
}
.BgClassName
{
background-color: #7288DF;
}
</style>
border-color css
<style>
span { border-color: #7288DF; }
span { border-color: rgb(114,136,223); }
td.TdClassName
{
border-color: #7288DF;
}
.TagClassName
{
border-color: #7288DF;
}
</style>