Html Css Color HEX #549BF5 Cornflower Blue

📋 copy color: '#549BF5'

red 84 ◦ green 155 ◦ blue 245

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

Shades of Cornflower Blue #549BF5

Tints of Cornflower Blue #549BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.62%

R = 17.36%
G = 32.02%
B = 50.62%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#549BF5 (or 0x549BF5) is known color: Cornflower Blue. HEX triplet: 54, 9B and F5. RGB value is (84,155,245). Sum of RGB (Red+Green+Blue) = 84+155+245=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #549BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BF5 is #AB640A. Grayscale: #8F8F8F. Windows color (decimal): -11232267 or 16096084. OLE color: 16096084.

HSL color Cylindrical-coordinate representation of color #549BF5: hue angle of 213.54º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549BF5 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 155 245 -
CMYK 0.66 0.37 0 0.04
HSL 213.54º 0.89% 0.65% -
HSV(B) 213.54º 0.66% 0.96% -
XYZ 31.86 31.92 90.87 -
YUV 144.03 184.98 85.18 -
System Red Green Blue C M Y K H S L
Decimal 84 155 245 0.66 0.37 0 0.04 213.54 0.89 0.65
Hex 54 9B F5 42 25 0 4 D6 59 41
Octal 124 233 365 102 45 0 4 326 131 101
Binary 1010100 10011011 11110101 1000010 100101 0 100 11010110 1011001 1000001

Color Harmonies of #549BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BF5

Black with #549BF5

Text Example


Text Example

White with #549BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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