Shades of Cornflower Blue #7498FF
Tints of Cornflower Blue #7498FF
RGB
CMYK
RGB Variations
Color information
#7498FF (or 0x7498FF) is known color: Cornflower Blue. HEX triplet: 74, 98 and FF. RGB value is (116,152,255). Sum of RGB (Red+Green+Blue) = 116+152+255=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7498FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7498FF is #8B6700. Grayscale: #989898. Windows color (decimal): -9135873 or 16750708. OLE color: 16750708.
HSL color Cylindrical-coordinate representation of color #7498FF: hue angle of 224.46º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7498FF is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 152 | 255 | - |
| CMYK | 0.55 | 0.40 | 0 | 0 |
| HSL | 224.46º | 1% | 0.73% | - |
| HSV(B) | 224.46º | 0.55% | 1% | - |
| XYZ | 36.48 | 33.39 | 99.13 | - |
| YUV | 152.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 255 | 0.55 | 0.40 | 0 | 0 | 224.46 | 1 | 0.73 |
| Hex | 74 | 98 | FF | 37 | 28 | 0 | 0 | E0 | 64 | 49 |
| Octal | 164 | 230 | 377 | 67 | 50 | 0 | 0 | 340 | 144 | 111 |
| Binary | 1110100 | 10011000 | 11111111 | 110111 | 101000 | 0 | 0 | 11100000 | 1100100 | 1001001 |
Color Harmonies of #7498FF
Complementary color
Monochromatic Colors of #7498FF
Black with #7498FF
Text Example
Text Example
White with #7498FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498FF; }
p { color: rgb(116,152,255); }
H1.HeaderClassName
{
color: #7498FF;
}
.AnyTagClassName
{
color: #7498FF;
}
</style>
background-color css
<style>
a { background-color: #7498FF; }
a { background-color: rgb(116,152,255); }
div.DivClassName
{
background-color: #7498FF;
}
.BgClassName
{
background-color: #7498FF;
}
</style>
border-color css
<style>
span { border-color: #7498FF; }
span { border-color: rgb(116,152,255); }
td.TdClassName
{
border-color: #7498FF;
}
.TagClassName
{
border-color: #7498FF;
}
</style>