Html Css Color HEX #549FED Cornflower Blue

📋 copy color: '#549FED'

red 84 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #549FED

Tints of Cornflower Blue #549FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 17.5%
G = 33.13%
B = 49.38%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#549FED (or 0x549FED) is known color: Cornflower Blue. HEX triplet: 54, 9F and ED. RGB value is (84,159,237). Sum of RGB (Red+Green+Blue) = 84+159+237=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #549FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FED is #AB6012. Grayscale: #919191. Windows color (decimal): -11231251 or 15572820. OLE color: 15572820.

HSL color Cylindrical-coordinate representation of color #549FED: hue angle of 210.59º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549FED is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 159 237 -
CMYK 0.65 0.33 0 0.07
HSL 210.59º 0.81% 0.63% -
HSV(B) 210.59º 0.65% 0.93% -
XYZ 31.34 32.8 84.8 -
YUV 145.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 84 159 237 0.65 0.33 0 0.07 210.59 0.81 0.63
Hex 54 9F ED 41 21 0 7 D3 51 3F
Octal 124 237 355 101 41 0 7 323 121 77
Binary 1010100 10011111 11101101 1000001 100001 0 111 11010011 1010001 111111

Color Harmonies of #549FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FED

Black with #549FED

Text Example


Text Example

White with #549FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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