#548EDF

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

Shades of Cornflower Blue #548EDF

Tints of Cornflower Blue #548EDF

Color information

#548EDF (or 0x548EDF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8E and DF. RGB value is (84,142,223). Sum of RGB (Red+Green+Blue) = 84+142+223=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #548EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDF is #AB7120. Grayscale: #858585. Windows color (decimal): -11235617 or 14650964. OLE color: 14650964.

HSL color Cylindrical-coordinate representation of color #548EDF: hue angle of 214.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548EDF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84142223-
CMYK0.620.3600.13
HSL214.96º68.47%60.2%-
HSV(B)214.96º62.33%87.45%-
XYZ26.6526.5673.53-
YUV133.89178.2892.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=18.71%
G=31.63%
B=49.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841422230.620.3600.13214.9668.4760.2
Hex548EDF3E240Dd7443c
Octal124216337764401532710474
Binary1010100100011101101111111111010010001101110101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548EDF; }

 p { color: rgb(84,142,223); }

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

<style>
 a { background-color: #548EDF; }

 a { background-color: rgb(84,142,223); }

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

<style>
 span { border-color: #548EDF; }

 span { border-color: rgb(84,142,223); }

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