Shades of Cornflower Blue #7493FE
Tints of Cornflower Blue #7493FE
RGB
CMYK
RGB Variations
Color information
#7493FE (or 0x7493FE) is known color: Cornflower Blue. HEX triplet: 74, 93 and FE. RGB value is (116,147,254). Sum of RGB (Red+Green+Blue) = 116+147+254=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7493FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7493FE is #8B6C01. Grayscale: #959595. Windows color (decimal): -9137154 or 16683892. OLE color: 16683892.
HSL color Cylindrical-coordinate representation of color #7493FE: hue angle of 226.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7493FE is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 147 | 254 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.00 |
| HSL | 226.52º | 0.99% | 0.73% | - |
| HSV(B) | 226.52º | 0.54% | 1% | - |
| XYZ | 35.53 | 31.74 | 98.02 | - |
| YUV | 149.93 | 186.73 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 254 | 0.54 | 0.42 | 0 | 0.00 | 226.52 | 0.99 | 0.73 |
| Hex | 74 | 93 | FE | 36 | 2A | 0 | 0 | E3 | 63 | 49 |
| Octal | 164 | 223 | 376 | 66 | 52 | 0 | 0 | 343 | 143 | 111 |
| Binary | 1110100 | 10010011 | 11111110 | 110110 | 101010 | 0 | 0 | 11100011 | 1100011 | 1001001 |
Color Harmonies of #7493FE
Complementary color
Monochromatic Colors of #7493FE
Black with #7493FE
Text Example
Text Example
White with #7493FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7493FE; }
p { color: rgb(116,147,254); }
H1.HeaderClassName
{
color: #7493FE;
}
.AnyTagClassName
{
color: #7493FE;
}
</style>
background-color css
<style>
a { background-color: #7493FE; }
a { background-color: rgb(116,147,254); }
div.DivClassName
{
background-color: #7493FE;
}
.BgClassName
{
background-color: #7493FE;
}
</style>
border-color css
<style>
span { border-color: #7493FE; }
span { border-color: rgb(116,147,254); }
td.TdClassName
{
border-color: #7493FE;
}
.TagClassName
{
border-color: #7493FE;
}
</style>