Html Css Color HEX #549FEB Cornflower Blue

📋 copy color: '#549FEB'

red 84 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #549FEB

Tints of Cornflower Blue #549FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 17.57%
G = 33.26%
B = 49.16%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#549FEB (or 0x549FEB) is known color: Cornflower Blue. HEX triplet: 54, 9F and EB. RGB value is (84,159,235). Sum of RGB (Red+Green+Blue) = 84+159+235=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #549FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FEB is #AB6014. Grayscale: #909090. Windows color (decimal): -11231253 or 15441748. OLE color: 15441748.

HSL color Cylindrical-coordinate representation of color #549FEB: hue angle of 210.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549FEB is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 159 235 -
CMYK 0.64 0.32 0 0.08
HSL 210.2º 0.79% 0.63% -
HSV(B) 210.2º 0.64% 0.92% -
XYZ 31.05 32.68 83.27 -
YUV 145.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 84 159 235 0.64 0.32 0 0.08 210.2 0.79 0.63
Hex 54 9F EB 40 20 0 8 D2 4F 3F
Octal 124 237 353 100 40 0 10 322 117 77
Binary 1010100 10011111 11101011 1000000 100000 0 1000 11010010 1001111 111111

Color Harmonies of #549FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FEB

Black with #549FEB

Text Example


Text Example

White with #549FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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