#498BFA

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

Shades of Cornflower Blue #498BFA

Tints of Cornflower Blue #498BFA

Color information

#498BFA (or 0x498BFA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8B and FA. RGB value is (73,139,250). Sum of RGB (Red+Green+Blue) = 73+139+250=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #498BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BFA is #B67405. Grayscale: #838383. Windows color (decimal): -11957254 or 16419657. OLE color: 16419657.

HSL color Cylindrical-coordinate representation of color #498BFA: hue angle of 217.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498BFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73139250-
CMYK0.710.4400.02
HSL217.63º94.65%63.33%-
HSV(B)217.63º70.8%98.04%-
XYZ29.2426.7894.07-
YUV131.92194.6385.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 54.11%
R=15.80%
G=30.09%
B=54.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731392500.710.4400.02217.6394.6563.33
Hex498BFA472C02da5f3f
Octal111213372107540233213777
Binary100100110001011111110101000111101100010110110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,250); }

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

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

 a { background-color: rgb(73,139,250); }

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

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

 span { border-color: rgb(73,139,250); }

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