Html Css Color HEX #549EFA Cornflower Blue

📋 copy color: '#549EFA'

red 84 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #549EFA

Tints of Cornflower Blue #549EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 17.07%
G = 32.11%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#549EFA (or 0x549EFA) is known color: Cornflower Blue. HEX triplet: 54, 9E and FA. RGB value is (84,158,250). Sum of RGB (Red+Green+Blue) = 84+158+250=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #549EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EFA is #AB6105. Grayscale: #919191. Windows color (decimal): -11231494 or 16424532. OLE color: 16424532.

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

Color convert

RGB 84 158 250 -
CMYK 0.66 0.37 0 0.02
HSL 213.25º 0.94% 0.65% -
HSV(B) 213.25º 0.66% 0.98% -
XYZ 33.14 33.24 95.11 -
YUV 146.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 84 158 250 0.66 0.37 0 0.02 213.25 0.94 0.65
Hex 54 9E FA 42 25 0 2 D5 5E 41
Octal 124 236 372 102 45 0 2 325 136 101
Binary 1010100 10011110 11111010 1000010 100101 0 10 11010101 1011110 1000001

Color Harmonies of #549EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EFA

Black with #549EFA

Text Example


Text Example

White with #549EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,158,250); }

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

background-color css

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

 a { background-color: rgb(84,158,250); }

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

border-color css

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

 span { border-color: rgb(84,158,250); }

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