#498AFB

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

Shades of Cornflower Blue #498AFB

Tints of Cornflower Blue #498AFB

Color information

#498AFB (or 0x498AFB) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8A and FB. RGB value is (73,138,251). Sum of RGB (Red+Green+Blue) = 73+138+251=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #498AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AFB is #B67504. Grayscale: #828282. Windows color (decimal): -11957509 or 16484937. OLE color: 16484937.

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

Color convert

RGB73138251-
CMYK0.710.4500.02
HSL218.09º95.7%63.53%-
HSV(B)218.09º70.92%98.43%-
XYZ29.2526.5694.85-
YUV131.45195.4786.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=15.80%
G=29.87%
B=54.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731382510.710.4500.02218.0995.763.53
Hex498AFB472D02da6040
Octal1112123731075502332140100
Binary1001001100010101111101110001111011010101101101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,138,251); }

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

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

 a { background-color: rgb(73,138,251); }

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

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

 span { border-color: rgb(73,138,251); }

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