Html Css Color HEX #549EFE Cornflower Blue

📋 copy color: '#549EFE'

red 84 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #549EFE

Tints of Cornflower Blue #549EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 16.94%
G = 31.85%
B = 51.21%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#549EFE (or 0x549EFE) is known color: Cornflower Blue. HEX triplet: 54, 9E and FE. RGB value is (84,158,254). Sum of RGB (Red+Green+Blue) = 84+158+254=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #549EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EFE is #AB6101. Grayscale: #929292. Windows color (decimal): -11231490 or 16686676. OLE color: 16686676.

HSL color Cylindrical-coordinate representation of color #549EFE: hue angle of 213.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549EFE is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 158 254 -
CMYK 0.67 0.38 0 0.00
HSL 213.88º 0.99% 0.66% -
HSV(B) 213.88º 0.67% 1% -
XYZ 33.77 33.49 98.45 -
YUV 146.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 84 158 254 0.67 0.38 0 0.00 213.88 0.99 0.66
Hex 54 9E FE 43 26 0 0 D6 63 42
Octal 124 236 376 103 46 0 0 326 143 102
Binary 1010100 10011110 11111110 1000011 100110 0 0 11010110 1100011 1000010

Color Harmonies of #549EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EFE

Black with #549EFE

Text Example


Text Example

White with #549EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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