#548BFF

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

Shades of Cornflower Blue #548BFF

Tints of Cornflower Blue #548BFF

Color information

#548BFF (or 0x548BFF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8B and FF. RGB value is (84,139,255). Sum of RGB (Red+Green+Blue) = 84+139+255=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #548BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BFF is #AB7400. Grayscale: #878787. Windows color (decimal): -11236353 or 16747348. OLE color: 16747348.

HSL color Cylindrical-coordinate representation of color #548BFF: hue angle of 220.7º 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 #548BFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84139255-
CMYK0.670.4500
HSL220.7º100%66.47%-
HSV(B)220.7º67.06%100%-
XYZ30.9427.5798.3-
YUV135.78195.2891.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.57%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 53.35%
R=17.57%
G=29.08%
B=53.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841392550.670.4500220.710066.47
Hex548BFF432D00dd6442
Octal1242133771035500335144102
Binary101010010001011111111111000011101101001101110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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