Shades of Cornflower Blue #7398FE
Tints of Cornflower Blue #7398FE
RGB
CMYK
RGB Variations
Color information
#7398FE (or 0x7398FE) is known color: Cornflower Blue. HEX triplet: 73, 98 and FE. RGB value is (115,152,254). Sum of RGB (Red+Green+Blue) = 115+152+254=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #7398FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7398FE is #8C6701. Grayscale: #989898. Windows color (decimal): -9201410 or 16685171. OLE color: 16685171.
HSL color Cylindrical-coordinate representation of color #7398FE: hue angle of 224.03º 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 #7398FE is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 152 | 254 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.00 |
| HSL | 224.03º | 0.99% | 0.72% | - |
| HSV(B) | 224.03º | 0.55% | 1% | - |
| XYZ | 36.19 | 33.26 | 98.28 | - |
| YUV | 152.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 254 | 0.55 | 0.40 | 0 | 0.00 | 224.03 | 0.99 | 0.72 |
| Hex | 73 | 98 | FE | 37 | 28 | 0 | 0 | E0 | 63 | 48 |
| Octal | 163 | 230 | 376 | 67 | 50 | 0 | 0 | 340 | 143 | 110 |
| Binary | 1110011 | 10011000 | 11111110 | 110111 | 101000 | 0 | 0 | 11100000 | 1100011 | 1001000 |
Color Harmonies of #7398FE
Complementary color
Monochromatic Colors of #7398FE
Black with #7398FE
Text Example
Text Example
White with #7398FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398FE; }
p { color: rgb(115,152,254); }
H1.HeaderClassName
{
color: #7398FE;
}
.AnyTagClassName
{
color: #7398FE;
}
</style>
background-color css
<style>
a { background-color: #7398FE; }
a { background-color: rgb(115,152,254); }
div.DivClassName
{
background-color: #7398FE;
}
.BgClassName
{
background-color: #7398FE;
}
</style>
border-color css
<style>
span { border-color: #7398FE; }
span { border-color: rgb(115,152,254); }
td.TdClassName
{
border-color: #7398FE;
}
.TagClassName
{
border-color: #7398FE;
}
</style>