#48A4FD

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

Shades of Cornflower Blue #48A4FD

Tints of Cornflower Blue #48A4FD

Color information

#48A4FD (or 0x48A4FD) is unknown color: approx Cornflower Blue. HEX triplet: 48, A4 and FD. RGB value is (72,164,253). Sum of RGB (Red+Green+Blue) = 72+164+253=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #48A4FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A4FD is #B75B02. Grayscale: #929292. Windows color (decimal): -12016387 or 16622664. OLE color: 16622664.

HSL color Cylindrical-coordinate representation of color #48A4FD: hue angle of 209.5º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48A4FD is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72164253-
CMYK0.720.3500.01
HSL209.5º97.84%63.73%-
HSV(B)209.5º71.54%99.22%-
XYZ33.6835.0297.91-
YUV146.64188.0274.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.72%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=14.72%
G=33.54%
B=51.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721642530.720.3500.01209.597.8463.73
Hex48A4FD482301d26240
Octal1102443751104301322142100
Binary100100010100100111111011001000100011011101001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A4FD; }

 p { color: rgb(72,164,253); }

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

<style>
 a { background-color: #48A4FD; }

 a { background-color: rgb(72,164,253); }

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

<style>
 span { border-color: #48A4FD; }

 span { border-color: rgb(72,164,253); }

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