Html Css Color HEX #549BFE Cornflower Blue

📋 copy color: '#549BFE'

red 84 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #549BFE

Tints of Cornflower Blue #549BFE

RGB

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

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

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

R = 17.04%
G = 31.44%
B = 51.52%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#549BFE (or 0x549BFE) is known color: Cornflower Blue. HEX triplet: 54, 9B and FE. RGB value is (84,155,254). Sum of RGB (Red+Green+Blue) = 84+155+254=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #549BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFE is #AB6401. Grayscale: #909090. Windows color (decimal): -11232258 or 16685908. OLE color: 16685908.

HSL color Cylindrical-coordinate representation of color #549BFE: hue angle of 214.94º 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 #549BFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 155 254 -
CMYK 0.67 0.39 0 0.00
HSL 214.94º 0.99% 0.66% -
HSV(B) 214.94º 0.67% 1% -
XYZ 33.27 32.48 98.28 -
YUV 145.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 84 155 254 0.67 0.39 0 0.00 214.94 0.99 0.66
Hex 54 9B FE 43 27 0 0 D7 63 42
Octal 124 233 376 103 47 0 0 327 143 102
Binary 1010100 10011011 11111110 1000011 100111 0 0 11010111 1100011 1000010

Color Harmonies of #549BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BFE

Black with #549BFE

Text Example


Text Example

White with #549BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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