Html Css Color HEX #549DEC Cornflower Blue

📋 copy color: '#549DEC'

red 84 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #549DEC

Tints of Cornflower Blue #549DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 17.61%
G = 32.91%
B = 49.48%

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

#549DEC (or 0x549DEC) is known color: Cornflower Blue. HEX triplet: 54, 9D and EC. RGB value is (84,157,236). Sum of RGB (Red+Green+Blue) = 84+157+236=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #549DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DEC is #AB6213. Grayscale: #8F8F8F. Windows color (decimal): -11231764 or 15506772. OLE color: 15506772.

HSL color Cylindrical-coordinate representation of color #549DEC: hue angle of 211.18º 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 #549DEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 157 236 -
CMYK 0.64 0.33 0 0.07
HSL 211.18º 0.8% 0.63% -
HSV(B) 211.18º 0.64% 0.93% -
XYZ 30.85 32.05 83.92 -
YUV 144.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 84 157 236 0.64 0.33 0 0.07 211.18 0.8 0.63
Hex 54 9D EC 40 21 0 7 D3 50 3F
Octal 124 235 354 100 41 0 7 323 120 77
Binary 1010100 10011101 11101100 1000000 100001 0 111 11010011 1010000 111111

Color Harmonies of #549DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DEC

Black with #549DEC

Text Example


Text Example

White with #549DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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