Html Css Color HEX #549FFE Cornflower Blue

📋 copy color: '#549FFE'

red 84 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #549FFE

Tints of Cornflower Blue #549FFE

RGB

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

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

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

R = 16.9%
G = 31.99%
B = 51.11%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#549FFE (or 0x549FFE) is known color: Cornflower Blue. HEX triplet: 54, 9F and FE. RGB value is (84,159,254). Sum of RGB (Red+Green+Blue) = 84+159+254=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #549FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FFE is #AB6001. Grayscale: #929292. Windows color (decimal): -11231234 or 16686932. OLE color: 16686932.

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

Color convert

RGB 84 159 254 -
CMYK 0.67 0.37 0 0.00
HSL 213.53º 0.99% 0.66% -
HSV(B) 213.53º 0.67% 1% -
XYZ 33.94 33.84 98.51 -
YUV 147.41 188.15 82.78 -
System Red Green Blue C M Y K H S L
Decimal 84 159 254 0.67 0.37 0 0.00 213.53 0.99 0.66
Hex 54 9F FE 43 25 0 0 D6 63 42
Octal 124 237 376 103 45 0 0 326 143 102
Binary 1010100 10011111 11111110 1000011 100101 0 0 11010110 1100011 1000010

Color Harmonies of #549FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FFE

Black with #549FFE

Text Example


Text Example

White with #549FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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