#48A5FA

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

Shades of Cornflower Blue #48A5FA

Tints of Cornflower Blue #48A5FA

Color information

#48A5FA (or 0x48A5FA) is unknown color: approx Cornflower Blue. HEX triplet: 48, A5 and FA. RGB value is (72,165,250). Sum of RGB (Red+Green+Blue) = 72+165+250=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #48A5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A5FA is #B75A05. Grayscale: #929292. Windows color (decimal): -12016134 or 16426312. OLE color: 16426312.

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

Color convert

RGB72165250-
CMYK0.710.3400.02
HSL208.65º94.68%63.14%-
HSV(B)208.65º71.2%98.04%-
XYZ33.3835.1995.48-
YUV146.88186.1974.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.78%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=14.78%
G=33.88%
B=51.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal721652500.710.3400.02208.6594.6863.14
Hex48A5FA472202d15f3f
Octal110245372107420232113777
Binary100100010100101111110101000111100010010110100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,250); }

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

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

 a { background-color: rgb(72,165,250); }

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

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

 span { border-color: rgb(72,165,250); }

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