Shades of Cornflower Blue #7498DF
Tints of Cornflower Blue #7498DF
RGB
CMYK
RGB Variations
Color information
#7498DF (or 0x7498DF) is known color: Cornflower Blue. HEX triplet: 74, 98 and DF. RGB value is (116,152,223). Sum of RGB (Red+Green+Blue) = 116+152+223=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #7498DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498DF is #8B6720. Grayscale: #959595. Windows color (decimal): -9135905 or 14653556. OLE color: 14653556.
HSL color Cylindrical-coordinate representation of color #7498DF: hue angle of 219.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7498DF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 152 | 223 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.13 |
| HSL | 219.81º | 0.63% | 0.66% | - |
| HSV(B) | 219.81º | 0.48% | 0.87% | - |
| XYZ | 31.75 | 31.5 | 74.22 | - |
| YUV | 149.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 223 | 0.48 | 0.32 | 0 | 0.13 | 219.81 | 0.63 | 0.66 |
| Hex | 74 | 98 | DF | 30 | 20 | 0 | D | DC | 3F | 42 |
| Octal | 164 | 230 | 337 | 60 | 40 | 0 | 15 | 334 | 77 | 102 |
| Binary | 1110100 | 10011000 | 11011111 | 110000 | 100000 | 0 | 1101 | 11011100 | 111111 | 1000010 |
Color Harmonies of #7498DF
Complementary color
Monochromatic Colors of #7498DF
Black with #7498DF
Text Example
Text Example
White with #7498DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498DF; }
p { color: rgb(116,152,223); }
H1.HeaderClassName
{
color: #7498DF;
}
.AnyTagClassName
{
color: #7498DF;
}
</style>
background-color css
<style>
a { background-color: #7498DF; }
a { background-color: rgb(116,152,223); }
div.DivClassName
{
background-color: #7498DF;
}
.BgClassName
{
background-color: #7498DF;
}
</style>
border-color css
<style>
span { border-color: #7498DF; }
span { border-color: rgb(116,152,223); }
td.TdClassName
{
border-color: #7498DF;
}
.TagClassName
{
border-color: #7498DF;
}
</style>