#48a5ff

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

Shades of Cornflower Blue #48A5FF

Tints of Cornflower Blue #48A5FF

Color information

#48A5FF (or 0x48A5FF) is unknown color: approx Cornflower Blue. HEX triplet: 48, A5 and FF. RGB value is (72,165,255). Sum of RGB (Red+Green+Blue) = 72+165+255=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #48A5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A5FF is #B75A00. Grayscale: #939393. Windows color (decimal): -12016129 or 16753992. OLE color: 16753992.

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

Color convert

RGB72165255-
CMYK0.720.3500
HSL209.51º100%64.12%-
HSV(B)209.51º71.76%100%-
XYZ34.1835.5199.66-
YUV147.45188.6974.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.63%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 255 (100% from 255) = 51.83%
R=14.63%
G=33.54%
B=51.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal721652550.720.3500209.5110064.12
Hex48A5FF482300d26440
Octal1102453771104300322144100
Binary100100010100101111111111001000100011001101001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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