#549DFB

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

Shades of Cornflower Blue #549DFB

Tints of Cornflower Blue #549DFB

Color information

#549DFB (or 0x549DFB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9D and FB. RGB value is (84,157,251). Sum of RGB (Red+Green+Blue) = 84+157+251=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #549DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DFB is #AB6204. Grayscale: #919191. Windows color (decimal): -11231749 or 16489812. OLE color: 16489812.

HSL color Cylindrical-coordinate representation of color #549DFB: hue angle of 213.77º 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 #549DFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84157251-
CMYK0.670.3700.02
HSL213.77º95.43%65.69%-
HSV(B)213.77º66.53%98.43%-
XYZ33.1332.9695.88-
YUV145.89187.3283.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.07%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=17.07%
G=31.91%
B=51.02%

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
Decimal841572510.670.3700.02213.7795.4365.69
Hex549DFB432502d65f42
Octal1242353731034502326137102
Binary1010100100111011111101110000111001010101101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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