#48A7FD

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

Shades of Cornflower Blue #48A7FD

Tints of Cornflower Blue #48A7FD

Color information

#48A7FD (or 0x48A7FD) is unknown color: approx Cornflower Blue. HEX triplet: 48, A7 and FD. RGB value is (72,167,253). Sum of RGB (Red+Green+Blue) = 72+167+253=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #48A7FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A7FD is #B75802. Grayscale: #939393. Windows color (decimal): -12015619 or 16623432. OLE color: 16623432.

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

Color convert

RGB72167253-
CMYK0.720.3400.01
HSL208.51º97.84%63.73%-
HSV(B)208.51º71.54%99.22%-
XYZ34.2236.1198.09-
YUV148.4187.0373.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.63%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=14.63%
G=33.94%
B=51.42%

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
Decimal721672530.720.3400.01208.5197.8463.73
Hex48A7FD482201d16240
Octal1102473751104201321142100
Binary100100010100111111111011001000100010011101000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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