#48A6FD

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

Shades of Cornflower Blue #48A6FD

Tints of Cornflower Blue #48A6FD

Color information

#48A6FD (or 0x48A6FD) is unknown color: approx Cornflower Blue. HEX triplet: 48, A6 and FD. RGB value is (72,166,253). Sum of RGB (Red+Green+Blue) = 72+166+253=491 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.66% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #48A6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A6FD is #B75902. Grayscale: #939393. Windows color (decimal): -12015875 or 16623176. OLE color: 16623176.

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

Color convert

RGB72166253-
CMYK0.720.3400.01
HSL208.84º97.84%63.73%-
HSV(B)208.84º71.54%99.22%-
XYZ34.0435.7498.03-
YUV147.81187.3673.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.66%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=14.66%
G=33.81%
B=51.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721662530.720.3400.01208.8497.8463.73
Hex48A6FD482201d16240
Octal1102463751104201321142100
Binary100100010100110111111011001000100010011101000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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