Html Css Color HEX #549EE6 Cornflower Blue

📋 copy color: '#549EE6'

red 84 ◦ green 158 ◦ blue 230

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

Shades of Cornflower Blue #549EE6

Tints of Cornflower Blue #549EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 17.8%
G = 33.47%
B = 48.73%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#549EE6 (or 0x549EE6) is known color: Cornflower Blue. HEX triplet: 54, 9E and E6. RGB value is (84,158,230). Sum of RGB (Red+Green+Blue) = 84+158+230=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #549EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EE6 is #AB6119. Grayscale: #8F8F8F. Windows color (decimal): -11231514 or 15113812. OLE color: 15113812.

HSL color Cylindrical-coordinate representation of color #549EE6: hue angle of 209.59º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549EE6 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 158 230 -
CMYK 0.63 0.31 0 0.10
HSL 209.59º 0.74% 0.62% -
HSV(B) 209.59º 0.63% 0.9% -
XYZ 30.17 32.05 79.46 -
YUV 144.08 176.48 85.15 -
System Red Green Blue C M Y K H S L
Decimal 84 158 230 0.63 0.31 0 0.10 209.59 0.74 0.62
Hex 54 9E E6 3F 1F 0 A D2 4A 3E
Octal 124 236 346 77 37 0 12 322 112 76
Binary 1010100 10011110 11100110 111111 11111 0 1010 11010010 1001010 111110

Color Harmonies of #549EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EE6

Black with #549EE6

Text Example


Text Example

White with #549EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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