#549EFB

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

Shades of Cornflower Blue #549EFB

Tints of Cornflower Blue #549EFB

Color information

#549EFB (or 0x549EFB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9E and FB. RGB value is (84,158,251). Sum of RGB (Red+Green+Blue) = 84+158+251=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #549EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EFB is #AB6104. Grayscale: #929292. Windows color (decimal): -11231493 or 16490068. OLE color: 16490068.

HSL color Cylindrical-coordinate representation of color #549EFB: hue angle of 213.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549EFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84158251-
CMYK0.670.3700.02
HSL213.41º95.43%65.69%-
HSV(B)213.41º66.53%98.43%-
XYZ33.333.395.94-
YUV146.48186.9883.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=17.04%
G=32.05%
B=50.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841582510.670.3700.02213.4195.4365.69
Hex549EFB432502d55f42
Octal1242363731034502325137102
Binary1010100100111101111101110000111001010101101010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549EFB; }

 p { color: rgb(84,158,251); }

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

<style>
 a { background-color: #549EFB; }

 a { background-color: rgb(84,158,251); }

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

<style>
 span { border-color: #549EFB; }

 span { border-color: rgb(84,158,251); }

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