Html Css Color HEX #549FEC Cornflower Blue

📋 copy color: '#549FEC'

red 84 ◦ green 159 ◦ blue 236

#549FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #549FEC

Tints of Cornflower Blue #549FEC

RGB

 RED value IS 84 (33.2% from 255) = 17.54%

 GREEN value IS 159 (62.5% from 255) = 33.19%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 17.54%
G = 33.19%
B = 49.27%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#549FEC (or 0x549FEC) is known color: Cornflower Blue. HEX triplet: 54, 9F and EC. RGB value is (84,159,236). Sum of RGB (Red+Green+Blue) = 84+159+236=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #549FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FEC is #AB6013. Grayscale: #909090. Windows color (decimal): -11231252 or 15507284. OLE color: 15507284.

HSL color Cylindrical-coordinate representation of color #549FEC: hue angle of 210.39º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549FEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 159 236 -
CMYK 0.64 0.33 0 0.07
HSL 210.39º 0.8% 0.63% -
HSV(B) 210.39º 0.64% 0.93% -
XYZ 31.19 32.74 84.03 -
YUV 145.35 179.15 84.24 -
System Red Green Blue C M Y K H S L
Decimal 84 159 236 0.64 0.33 0 0.07 210.39 0.8 0.63
Hex 54 9F EC 40 21 0 7 D2 50 3F
Octal 124 237 354 100 41 0 7 322 120 77
Binary 1010100 10011111 11101100 1000000 100001 0 111 11010010 1010000 111111

Color Harmonies of #549FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FEC

Black with #549FEC

Text Example


Text Example

White with #549FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #549FEC;
 }
 .AnyTagClassName
 {
   color: #549FEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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