#498CFA

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

Shades of Cornflower Blue #498CFA

Tints of Cornflower Blue #498CFA

Color information

#498CFA (or 0x498CFA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8C and FA. RGB value is (73,140,250). Sum of RGB (Red+Green+Blue) = 73+140+250=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #498CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CFA is #B67305. Grayscale: #848484. Windows color (decimal): -11956998 or 16419913. OLE color: 16419913.

HSL color Cylindrical-coordinate representation of color #498CFA: hue angle of 217.29º 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 #498CFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73140250-
CMYK0.710.4400.02
HSL217.29º94.65%63.33%-
HSV(B)217.29º70.8%98.04%-
XYZ29.3827.0794.12-
YUV132.51194.385.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.77%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 54.00%
R=15.77%
G=30.24%
B=54.00%

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
Decimal731402500.710.4400.02217.2994.6563.33
Hex498CFA472C02d95f3f
Octal111214372107540233113777
Binary100100110001100111110101000111101100010110110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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