Html Css Color HEX #549CF5 Cornflower Blue

📋 copy color: '#549CF5'

red 84 ◦ green 156 ◦ blue 245

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

Shades of Cornflower Blue #549CF5

Tints of Cornflower Blue #549CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 17.32%
G = 32.16%
B = 50.52%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#549CF5 (or 0x549CF5) is known color: Cornflower Blue. HEX triplet: 54, 9C and F5. RGB value is (84,156,245). Sum of RGB (Red+Green+Blue) = 84+156+245=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #549CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CF5 is #AB630A. Grayscale: #909090. Windows color (decimal): -11232011 or 16096340. OLE color: 16096340.

HSL color Cylindrical-coordinate representation of color #549CF5: hue angle of 213.17º 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 #549CF5 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 156 245 -
CMYK 0.66 0.36 0 0.04
HSL 213.17º 0.89% 0.65% -
HSV(B) 213.17º 0.66% 0.96% -
XYZ 32.03 32.25 90.92 -
YUV 144.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 84 156 245 0.66 0.36 0 0.04 213.17 0.89 0.65
Hex 54 9C F5 42 24 0 4 D5 59 41
Octal 124 234 365 102 44 0 4 325 131 101
Binary 1010100 10011100 11110101 1000010 100100 0 100 11010101 1011001 1000001

Color Harmonies of #549CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CF5

Black with #549CF5

Text Example


Text Example

White with #549CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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