#488DFD

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

Shades of Cornflower Blue #488DFD

Tints of Cornflower Blue #488DFD

Color information

#488DFD (or 0x488DFD) is unknown color: approx Cornflower Blue. HEX triplet: 48, 8D and FD. RGB value is (72,141,253). Sum of RGB (Red+Green+Blue) = 72+141+253=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #488DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFD is #B77202. Grayscale: #848484. Windows color (decimal): -12022275 or 16616776. OLE color: 16616776.

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

Color convert

RGB72141253-
CMYK0.720.4400.01
HSL217.13º97.84%63.73%-
HSV(B)217.13º71.54%99.22%-
XYZ29.9327.5296.66-
YUV133.14195.6484.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.45%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=15.45%
G=30.26%
B=54.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721412530.720.4400.01217.1397.8463.73
Hex488DFD482C01d96240
Octal1102153751105401331142100
Binary100100010001101111111011001000101100011101100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488DFD; }

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

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

<style>
 a { background-color: #488DFD; }

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

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

<style>
 span { border-color: #488DFD; }

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

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