Shades of Cornflower Blue #7293FE
Tints of Cornflower Blue #7293FE
RGB
CMYK
RGB Variations
Color information
#7293FE (or 0x7293FE) is known color: Cornflower Blue. HEX triplet: 72, 93 and FE. RGB value is (114,147,254). Sum of RGB (Red+Green+Blue) = 114+147+254=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #7293FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7293FE is #8D6C01. Grayscale: #949494. Windows color (decimal): -9268226 or 16683890. OLE color: 16683890.
HSL color Cylindrical-coordinate representation of color #7293FE: hue angle of 225.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7293FE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 147 | 254 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.00 |
| HSL | 225.86º | 0.99% | 0.72% | - |
| HSV(B) | 225.86º | 0.55% | 1% | - |
| XYZ | 35.26 | 31.6 | 98.01 | - |
| YUV | 149.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 254 | 0.55 | 0.42 | 0 | 0.00 | 225.86 | 0.99 | 0.72 |
| Hex | 72 | 93 | FE | 37 | 2A | 0 | 0 | E2 | 63 | 48 |
| Octal | 162 | 223 | 376 | 67 | 52 | 0 | 0 | 342 | 143 | 110 |
| Binary | 1110010 | 10010011 | 11111110 | 110111 | 101010 | 0 | 0 | 11100010 | 1100011 | 1001000 |
Color Harmonies of #7293FE
Complementary color
Monochromatic Colors of #7293FE
Black with #7293FE
Text Example
Text Example
White with #7293FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7293FE; }
p { color: rgb(114,147,254); }
H1.HeaderClassName
{
color: #7293FE;
}
.AnyTagClassName
{
color: #7293FE;
}
</style>
background-color css
<style>
a { background-color: #7293FE; }
a { background-color: rgb(114,147,254); }
div.DivClassName
{
background-color: #7293FE;
}
.BgClassName
{
background-color: #7293FE;
}
</style>
border-color css
<style>
span { border-color: #7293FE; }
span { border-color: rgb(114,147,254); }
td.TdClassName
{
border-color: #7293FE;
}
.TagClassName
{
border-color: #7293FE;
}
</style>