Shades of Cornflower Blue #7394FE
Tints of Cornflower Blue #7394FE
RGB
CMYK
RGB Variations
Color information
#7394FE (or 0x7394FE) is known color: Cornflower Blue. HEX triplet: 73, 94 and FE. RGB value is (115,148,254). Sum of RGB (Red+Green+Blue) = 115+148+254=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 148 (58.20% from 255 or 28.63% 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 #7394FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7394FE is #8C6B01. Grayscale: #959595. Windows color (decimal): -9202434 or 16684147. OLE color: 16684147.
HSL color Cylindrical-coordinate representation of color #7394FE: hue angle of 225.76º 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 #7394FE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 148 | 254 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.00 |
| HSL | 225.76º | 0.99% | 0.72% | - |
| HSV(B) | 225.76º | 0.55% | 1% | - |
| XYZ | 35.55 | 31.98 | 98.07 | - |
| YUV | 150.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 254 | 0.55 | 0.42 | 0 | 0.00 | 225.76 | 0.99 | 0.72 |
| Hex | 73 | 94 | FE | 37 | 2A | 0 | 0 | E2 | 63 | 48 |
| Octal | 163 | 224 | 376 | 67 | 52 | 0 | 0 | 342 | 143 | 110 |
| Binary | 1110011 | 10010100 | 11111110 | 110111 | 101010 | 0 | 0 | 11100010 | 1100011 | 1001000 |
Color Harmonies of #7394FE
Complementary color
Monochromatic Colors of #7394FE
Black with #7394FE
Text Example
Text Example
White with #7394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7394FE; }
p { color: rgb(115,148,254); }
H1.HeaderClassName
{
color: #7394FE;
}
.AnyTagClassName
{
color: #7394FE;
}
</style>
background-color css
<style>
a { background-color: #7394FE; }
a { background-color: rgb(115,148,254); }
div.DivClassName
{
background-color: #7394FE;
}
.BgClassName
{
background-color: #7394FE;
}
</style>
border-color css
<style>
span { border-color: #7394FE; }
span { border-color: rgb(115,148,254); }
td.TdClassName
{
border-color: #7394FE;
}
.TagClassName
{
border-color: #7394FE;
}
</style>