#548CFF

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

Shades of Cornflower Blue #548CFF

Tints of Cornflower Blue #548CFF

Color information

#548CFF (or 0x548CFF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8C and FF. RGB value is (84,140,255). Sum of RGB (Red+Green+Blue) = 84+140+255=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #548CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CFF is #AB7300. Grayscale: #878787. Windows color (decimal): -11236097 or 16747604. OLE color: 16747604.

HSL color Cylindrical-coordinate representation of color #548CFF: hue angle of 220.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #548CFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84140255-
CMYK0.670.4500
HSL220.35º100%66.47%-
HSV(B)220.35º67.06%100%-
XYZ31.0827.8698.35-
YUV136.37194.9590.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.54%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 53.24%
R=17.54%
G=29.23%
B=53.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841402550.670.4500220.3510066.47
Hex548CFF432D00dc6442
Octal1242143771035500334144102
Binary101010010001100111111111000011101101001101110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,255); }

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

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

 a { background-color: rgb(84,140,255); }

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

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

 span { border-color: rgb(84,140,255); }

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