#498CE1

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

Shades of Cornflower Blue #498CE1

Tints of Cornflower Blue #498CE1

Color information

#498CE1 (or 0x498CE1) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8C and E1. RGB value is (73,140,225). Sum of RGB (Red+Green+Blue) = 73+140+225=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #498CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CE1 is #B6731E. Grayscale: #818181. Windows color (decimal): -11957023 or 14781513. OLE color: 14781513.

HSL color Cylindrical-coordinate representation of color #498CE1: hue angle of 213.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498CE1 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB73140225-
CMYK0.680.3800.12
HSL213.55º71.7%58.43%-
HSV(B)213.55º67.56%88.24%-
XYZ25.7225.6174.82-
YUV129.66181.887.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 225 (88.28% from 255) = 51.37%
R=16.67%
G=31.96%
B=51.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal731402250.680.3800.12213.5571.758.43
Hex498CE144260Cd6483a
Octal1112143411044601432611072
Binary10010011000110011100001100010010011001100110101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498CE1; }

 p { color: rgb(73,140,225); }

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

<style>
 a { background-color: #498CE1; }

 a { background-color: rgb(73,140,225); }

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

<style>
 span { border-color: #498CE1; }

 span { border-color: rgb(73,140,225); }

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