Html Css Color HEX #549CFA Cornflower Blue

📋 copy color: '#549CFA'

red 84 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #549CFA

Tints of Cornflower Blue #549CFA

RGB

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

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

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

R = 17.14%
G = 31.84%
B = 51.02%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#549CFA (or 0x549CFA) is known color: Cornflower Blue. HEX triplet: 54, 9C and FA. RGB value is (84,156,250). Sum of RGB (Red+Green+Blue) = 84+156+250=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #549CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CFA is #AB6305. Grayscale: #909090. Windows color (decimal): -11232006 or 16424020. OLE color: 16424020.

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

Color convert

RGB 84 156 250 -
CMYK 0.66 0.38 0 0.02
HSL 213.98º 0.94% 0.65% -
HSV(B) 213.98º 0.66% 0.98% -
XYZ 32.8 32.56 95 -
YUV 145.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 84 156 250 0.66 0.38 0 0.02 213.98 0.94 0.65
Hex 54 9C FA 42 26 0 2 D6 5E 41
Octal 124 234 372 102 46 0 2 326 136 101
Binary 1010100 10011100 11111010 1000010 100110 0 10 11010110 1011110 1000001

Color Harmonies of #549CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CFA

Black with #549CFA

Text Example


Text Example

White with #549CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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