Html Css Color HEX #549FFF Cornflower Blue

📋 copy color: '#549FFF'

red 84 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #549FFF

Tints of Cornflower Blue #549FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 16.87%
G = 31.93%
B = 51.2%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#549FFF (or 0x549FFF) is known color: Cornflower Blue. HEX triplet: 54, 9F and FF. RGB value is (84,159,255). Sum of RGB (Red+Green+Blue) = 84+159+255=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #549FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FFF is #AB6000. Grayscale: #939393. Windows color (decimal): -11231233 or 16752468. OLE color: 16752468.

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

Color convert

RGB 84 159 255 -
CMYK 0.67 0.38 0 0
HSL 213.68º 1% 0.66% -
HSV(B) 213.68º 0.67% 1% -
XYZ 34.1 33.9 99.35 -
YUV 147.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 84 159 255 0.67 0.38 0 0 213.68 1 0.66
Hex 54 9F FF 43 26 0 0 D6 64 42
Octal 124 237 377 103 46 0 0 326 144 102
Binary 1010100 10011111 11111111 1000011 100110 0 0 11010110 1100100 1000010

Color Harmonies of #549FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FFF

Black with #549FFF

Text Example


Text Example

White with #549FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,159,255); }

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

background-color css

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

 a { background-color: rgb(84,159,255); }

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

border-color css

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

 span { border-color: rgb(84,159,255); }

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