#548EEB

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

Shades of Cornflower Blue #548EEB

Tints of Cornflower Blue #548EEB

Color information

#548EEB (or 0x548EEB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8E and EB. RGB value is (84,142,235). Sum of RGB (Red+Green+Blue) = 84+142+235=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #548EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EEB is #AB7114. Grayscale: #868686. Windows color (decimal): -11235605 or 15437396. OLE color: 15437396.

HSL color Cylindrical-coordinate representation of color #548EEB: hue angle of 216.95º 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 #548EEB is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84142235-
CMYK0.640.4000.08
HSL216.95º79.06%62.55%-
HSV(B)216.95º64.26%92.16%-
XYZ28.3227.2382.36-
YUV135.26184.2891.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=18.22%
G=30.80%
B=50.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841422350.640.4000.08216.9579.0662.55
Hex548EEB402808d94f3f
Octal1242163531005001033111777
Binary10101001000111011101011100000010100001000110110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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