#548EF4

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

Shades of Cornflower Blue #548EF4

Tints of Cornflower Blue #548EF4

Color information

#548EF4 (or 0x548EF4) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8E and F4. RGB value is (84,142,244). Sum of RGB (Red+Green+Blue) = 84+142+244=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #548EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EF4 is #AB710B. Grayscale: #878787. Windows color (decimal): -11235596 or 16027220. OLE color: 16027220.

HSL color Cylindrical-coordinate representation of color #548EF4: hue angle of 218.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #548EF4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84142244-
CMYK0.660.4200.04
HSL218.25º87.91%64.31%-
HSV(B)218.25º65.57%95.69%-
XYZ29.6627.7689.38-
YUV136.29188.7890.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.87%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 244 (95.70% from 255) = 51.91%
R=17.87%
G=30.21%
B=51.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841422440.660.4200.04218.2587.9164.31
Hex548EF4422A04da5840
Octal1242163641025204332130100
Binary10101001000111011110100100001010101001001101101010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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