#549FE8

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

Shades of Cornflower Blue #549FE8

Tints of Cornflower Blue #549FE8

Color information

#549FE8 (or 0x549FE8) is unknown color: approx Cornflower Blue. HEX triplet: 54, 9F and E8. RGB value is (84,159,232). Sum of RGB (Red+Green+Blue) = 84+159+232=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #549FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FE8 is #AB6017. Grayscale: #909090. Windows color (decimal): -11231256 or 15245140. OLE color: 15245140.

HSL color Cylindrical-coordinate representation of color #549FE8: hue angle of 209.59º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549FE8 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84159232-
CMYK0.640.3100.09
HSL209.59º76.29%61.96%-
HSV(B)209.59º63.79%90.98%-
XYZ30.6232.5181-
YUV144.9177.1584.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=17.68%
G=33.47%
B=48.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841592320.640.3100.09209.5976.2961.96
Hex549FE8401F09d24c3e
Octal1242373501003701132211476
Binary1010100100111111110100010000001111101001110100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,232); }

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

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

 a { background-color: rgb(84,159,232); }

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

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

 span { border-color: rgb(84,159,232); }

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