#548BF3

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

Shades of Cornflower Blue #548BF3

Tints of Cornflower Blue #548BF3

Color information

#548BF3 (or 0x548BF3) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8B and F3. RGB value is (84,139,243). Sum of RGB (Red+Green+Blue) = 84+139+243=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #548BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BF3 is #AB740C. Grayscale: #858585. Windows color (decimal): -11236365 or 15960916. OLE color: 15960916.

HSL color Cylindrical-coordinate representation of color #548BF3: hue angle of 219.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548BF3 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84139243-
CMYK0.650.4300.05
HSL219.25º86.89%64.12%-
HSV(B)219.25º65.43%95.29%-
XYZ29.0726.8288.44-
YUV134.41189.2892.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.03%
GREEN value IS 139 (54.69% from 255) = 29.83%
BLUE value IS 243 (95.31% from 255) = 52.15%
R=18.03%
G=29.83%
B=52.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841392430.650.4300.05219.2586.8964.12
Hex548BF3412B05db5740
Octal1242133631015305333127100
Binary10101001000101111110011100000110101101011101101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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