#548DF8

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

Shades of Cornflower Blue #548DF8

Tints of Cornflower Blue #548DF8

Color information

#548DF8 (or 0x548DF8) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8D and F8. RGB value is (84,141,248). Sum of RGB (Red+Green+Blue) = 84+141+248=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #548DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548DF8 is #AB7207. Grayscale: #878787. Windows color (decimal): -11235848 or 16289108. OLE color: 16289108.

HSL color Cylindrical-coordinate representation of color #548DF8: hue angle of 219.15º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #548DF8 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84141248-
CMYK0.660.4300.03
HSL219.15º92.13%65.1%-
HSV(B)219.15º66.13%97.25%-
XYZ30.1227.7192.57-
YUV136.16191.1290.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.76%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=17.76%
G=29.81%
B=52.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841412480.660.4300.03219.1592.1365.1
Hex548DF8422B03db5c41
Octal1242153701025303333134101
Binary1010100100011011111100010000101010110111101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,141,248); }

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

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

 a { background-color: rgb(84,141,248); }

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

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

 span { border-color: rgb(84,141,248); }

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