Html Css Color HEX #549EEF Cornflower Blue

📋 copy color: '#549EEF'

red 84 ◦ green 158 ◦ blue 239

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

Shades of Cornflower Blue #549EEF

Tints of Cornflower Blue #549EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 17.46%
G = 32.85%
B = 49.69%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#549EEF (or 0x549EEF) is known color: Cornflower Blue. HEX triplet: 54, 9E and EF. RGB value is (84,158,239). Sum of RGB (Red+Green+Blue) = 84+158+239=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #549EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EEF is #AB6110. Grayscale: #909090. Windows color (decimal): -11231505 or 15703636. OLE color: 15703636.

HSL color Cylindrical-coordinate representation of color #549EEF: hue angle of 211.35º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549EEF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 158 239 -
CMYK 0.65 0.34 0 0.06
HSL 211.35º 0.83% 0.63% -
HSV(B) 211.35º 0.65% 0.94% -
XYZ 31.46 32.57 86.29 -
YUV 145.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 84 158 239 0.65 0.34 0 0.06 211.35 0.83 0.63
Hex 54 9E EF 41 22 0 6 D3 53 3F
Octal 124 236 357 101 42 0 6 323 123 77
Binary 1010100 10011110 11101111 1000001 100010 0 110 11010011 1010011 111111

Color Harmonies of #549EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EEF

Black with #549EEF

Text Example


Text Example

White with #549EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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