#498BF5

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

Shades of Cornflower Blue #498BF5

Tints of Cornflower Blue #498BF5

Color information

#498BF5 (or 0x498BF5) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8B and F5. RGB value is (73,139,245). Sum of RGB (Red+Green+Blue) = 73+139+245=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #498BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BF5 is #B6740A. Grayscale: #828282. Windows color (decimal): -11957259 or 16091977. OLE color: 16091977.

HSL color Cylindrical-coordinate representation of color #498BF5: hue angle of 216.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498BF5 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73139245-
CMYK0.700.4300.04
HSL216.98º89.58%62.35%-
HSV(B)216.98º70.2%96.08%-
XYZ28.4626.4790-
YUV131.35192.1386.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 245 (96.09% from 255) = 53.61%
R=15.97%
G=30.42%
B=53.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal731392450.700.4300.04216.9889.5862.35
Hex498BF5462B04d95a3e
Octal111213365106530433113276
Binary1001001100010111111010110001101010110100110110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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