#488DE6

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

Shades of Cornflower Blue #488DE6

Tints of Cornflower Blue #488DE6

Color information

#488DE6 (or 0x488DE6) is unknown color: approx Cornflower Blue. HEX triplet: 48, 8D and E6. RGB value is (72,141,230). Sum of RGB (Red+Green+Blue) = 72+141+230=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #488DE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DE6 is #B77219. Grayscale: #828282. Windows color (decimal): -12022298 or 15109448. OLE color: 15109448.

HSL color Cylindrical-coordinate representation of color #488DE6: hue angle of 213.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488DE6 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72141230-
CMYK0.690.3900.10
HSL213.8º75.96%59.22%-
HSV(B)213.8º68.7%90.2%-
XYZ26.4826.1478.51-
YUV130.51184.1486.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 230 (90.23% from 255) = 51.92%
R=16.25%
G=31.83%
B=51.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal721412300.690.3900.10213.875.9659.22
Hex488DE645270Ad64c3b
Octal1102153461054701232611473
Binary10010001000110111100110100010110011101010110101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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