#548EF8

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

Shades of Cornflower Blue #548EF8

Tints of Cornflower Blue #548EF8

Color information

#548EF8 (or 0x548EF8) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8E and F8. RGB value is (84,142,248). Sum of RGB (Red+Green+Blue) = 84+142+248=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #548EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EF8 is #AB7107. Grayscale: #888888. Windows color (decimal): -11235592 or 16289364. OLE color: 16289364.

HSL color Cylindrical-coordinate representation of color #548EF8: hue angle of 218.78º 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 #548EF8 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84142248-
CMYK0.660.4300.03
HSL218.78º92.13%65.1%-
HSV(B)218.78º66.13%97.25%-
XYZ30.2728.0192.62-
YUV136.74190.7890.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.72%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 248 (97.27% from 255) = 52.32%
R=17.72%
G=29.96%
B=52.32%

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
Decimal841422480.660.4300.03218.7892.1365.1
Hex548EF8422B03db5c41
Octal1242163701025303333134101
Binary1010100100011101111100010000101010110111101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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