#548BE3

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

Shades of Cornflower Blue #548BE3

Tints of Cornflower Blue #548BE3

Color information

#548BE3 (or 0x548BE3) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8B and E3. RGB value is (84,139,227). Sum of RGB (Red+Green+Blue) = 84+139+227=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #548BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BE3 is #AB741C. Grayscale: #848484. Windows color (decimal): -11236381 or 14912340. OLE color: 14912340.

HSL color Cylindrical-coordinate representation of color #548BE3: hue angle of 216.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #548BE3 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84139227-
CMYK0.630.3900.11
HSL216.92º71.86%60.98%-
HSV(B)216.92º63%89.02%-
XYZ26.7525.976.26-
YUV132.59181.2893.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 227 (89.06% from 255) = 50.44%
R=18.67%
G=30.89%
B=50.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal841392270.630.3900.11216.9271.8660.98
Hex548BE33F270Bd9483d
Octal124213343774701333111075
Binary1010100100010111110001111111110011101011110110011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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