#498FEA

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

Shades of Cornflower Blue #498FEA

Tints of Cornflower Blue #498FEA

Color information

#498FEA (or 0x498FEA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8F and EA. RGB value is (73,143,234). Sum of RGB (Red+Green+Blue) = 73+143+234=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #498FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498FEA is #B67015. Grayscale: #848484. Windows color (decimal): -11956246 or 15372105. OLE color: 15372105.

HSL color Cylindrical-coordinate representation of color #498FEA: hue angle of 213.91º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498FEA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73143234-
CMYK0.690.3900.08
HSL213.91º79.31%60.2%-
HSV(B)213.91º68.8%91.76%-
XYZ27.422781.61-
YUV132.44185.3185.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.22%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 52%
R=16.22%
G=31.78%
B=52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731432340.690.3900.08213.9179.3160.2
Hex498FEA452708d64f3c
Octal1112173521054701032611774
Binary10010011000111111101010100010110011101000110101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,143,234); }

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

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

 a { background-color: rgb(73,143,234); }

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

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

 span { border-color: rgb(73,143,234); }

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