#7498E0

Color #7498E0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7498E0

Tints of Cornflower Blue #7498E0

Color information

#7498E0 (or 0x7498E0) is unknown color: approx Cornflower Blue. HEX triplet: 74, 98 and E0. RGB value is (116,152,224). Sum of RGB (Red+Green+Blue) = 116+152+224=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #7498E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498E0 is #8B671F. Grayscale: #959595. Windows color (decimal): -9135904 or 14719092. OLE color: 14719092.

HSL color Cylindrical-coordinate representation of color #7498E0: hue angle of 220º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7498E0 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116152224-
CMYK0.480.3200.12
HSL220º63.53%66.67%-
HSV(B)220º48.21%87.84%-
XYZ31.8931.5574.93-
YUV149.44170.07104.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 224 (87.89% from 255) = 45.53%
R=23.58%
G=30.89%
B=45.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161522240.480.3200.1222063.5366.67
Hex7498E030200Cdc4043
Octal1642303406040014334100103
Binary11101001001100011100000110000100000011001101110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7498E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7498E0; }

 p { color: rgb(116,152,224); }

 H1.HeaderClassName
 {
   color: #7498E0;
 }
 .AnyTagClassName
 {
   color: #7498E0;
 }
</style>
background-color css

<style>
 a { background-color: #7498E0; }

 a { background-color: rgb(116,152,224); }

 div.DivClassName
 {
   background-color: #7498E0;
 }
 .BgClassName
 {
   background-color: #7498E0;
 }
</style>
border-color css

<style>
 span { border-color: #7498E0; }

 span { border-color: rgb(116,152,224); }

 td.TdClassName
 {
   border-color: #7498E0;
 }
 .TagClassName
 {
   border-color: #7498E0;
 }
</style>