Shades of Cornflower Blue #7288FA
Tints of Cornflower Blue #7288FA
RGB
CMYK
RGB Variations
Color information
#7288FA (or 0x7288FA) is known color: Cornflower Blue. HEX triplet: 72, 88 and FA. RGB value is (114,136,250). Sum of RGB (Red+Green+Blue) = 114+136+250=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7288FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7288FA is #8D7705. Grayscale: #8D8D8D. Windows color (decimal): -9271046 or 16418930. OLE color: 16418930.
HSL color Cylindrical-coordinate representation of color #7288FA: hue angle of 230.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7288FA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 136 | 250 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.02 |
| HSL | 230.29º | 0.93% | 0.71% | - |
| HSV(B) | 230.29º | 0.54% | 0.98% | - |
| XYZ | 33 | 28.09 | 94.12 | - |
| YUV | 142.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 250 | 0.54 | 0.46 | 0 | 0.02 | 230.29 | 0.93 | 0.71 |
| Hex | 72 | 88 | FA | 36 | 2E | 0 | 2 | E6 | 5D | 47 |
| Octal | 162 | 210 | 372 | 66 | 56 | 0 | 2 | 346 | 135 | 107 |
| Binary | 1110010 | 10001000 | 11111010 | 110110 | 101110 | 0 | 10 | 11100110 | 1011101 | 1000111 |
Color Harmonies of #7288FA
Complementary color
Monochromatic Colors of #7288FA
Black with #7288FA
Text Example
Text Example
White with #7288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7288FA; }
p { color: rgb(114,136,250); }
H1.HeaderClassName
{
color: #7288FA;
}
.AnyTagClassName
{
color: #7288FA;
}
</style>
background-color css
<style>
a { background-color: #7288FA; }
a { background-color: rgb(114,136,250); }
div.DivClassName
{
background-color: #7288FA;
}
.BgClassName
{
background-color: #7288FA;
}
</style>
border-color css
<style>
span { border-color: #7288FA; }
span { border-color: rgb(114,136,250); }
td.TdClassName
{
border-color: #7288FA;
}
.TagClassName
{
border-color: #7288FA;
}
</style>