#548DEB

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

Shades of Cornflower Blue #548DEB

Tints of Cornflower Blue #548DEB

Color information

#548DEB (or 0x548DEB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8D and EB. RGB value is (84,141,235). Sum of RGB (Red+Green+Blue) = 84+141+235=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #548DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548DEB is #AB7214. Grayscale: #868686. Windows color (decimal): -11235861 or 15437140. OLE color: 15437140.

HSL color Cylindrical-coordinate representation of color #548DEB: hue angle of 217.35º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #548DEB is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84141235-
CMYK0.640.400.08
HSL217.35º79.06%62.55%-
HSV(B)217.35º64.26%92.16%-
XYZ28.1826.9382.31-
YUV134.67184.6291.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.26%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=18.26%
G=30.65%
B=51.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841412350.640.400.08217.3579.0662.55
Hex548DEB402808d94f3f
Octal1242153531005001033111777
Binary10101001000110111101011100000010100001000110110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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