Html Css Color HEX #549BEF Cornflower Blue

📋 copy color: '#549BEF'

red 84 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #549BEF

Tints of Cornflower Blue #549BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

 BLUE value IS 239 (93.75% from 255) = 50%

R = 17.57%
G = 32.43%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#549BEF (or 0x549BEF) is known color: Cornflower Blue. HEX triplet: 54, 9B and EF. RGB value is (84,155,239). Sum of RGB (Red+Green+Blue) = 84+155+239=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #549BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BEF is #AB6410. Grayscale: #8E8E8E. Windows color (decimal): -11232273 or 15702868. OLE color: 15702868.

HSL color Cylindrical-coordinate representation of color #549BEF: hue angle of 212.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549BEF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 155 239 -
CMYK 0.65 0.35 0 0.06
HSL 212.52º 0.83% 0.63% -
HSV(B) 212.52º 0.65% 0.94% -
XYZ 30.96 31.56 86.12 -
YUV 143.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 84 155 239 0.65 0.35 0 0.06 212.52 0.83 0.63
Hex 54 9B EF 41 23 0 6 D5 53 3F
Octal 124 233 357 101 43 0 6 325 123 77
Binary 1010100 10011011 11101111 1000001 100011 0 110 11010101 1010011 111111

Color Harmonies of #549BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BEF

Black with #549BEF

Text Example


Text Example

White with #549BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,155,239); }

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

background-color css

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

 a { background-color: rgb(84,155,239); }

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

border-color css

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

 span { border-color: rgb(84,155,239); }

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