Html Css Color HEX #549AE6 Cornflower Blue

📋 copy color: '#549AE6'

red 84 ◦ green 154 ◦ blue 230

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

Shades of Cornflower Blue #549AE6

Tints of Cornflower Blue #549AE6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.91%

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

R = 17.95%
G = 32.91%
B = 49.15%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#549AE6 (or 0x549AE6) is known color: Cornflower Blue. HEX triplet: 54, 9A and E6. RGB value is (84,154,230). Sum of RGB (Red+Green+Blue) = 84+154+230=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #549AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AE6 is #AB6519. Grayscale: #8D8D8D. Windows color (decimal): -11232538 or 15112788. OLE color: 15112788.

HSL color Cylindrical-coordinate representation of color #549AE6: hue angle of 211.23º 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 #549AE6 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 154 230 -
CMYK 0.63 0.33 0 0.10
HSL 211.23º 0.74% 0.62% -
HSV(B) 211.23º 0.63% 0.9% -
XYZ 29.49 30.71 79.24 -
YUV 141.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 84 154 230 0.63 0.33 0 0.10 211.23 0.74 0.62
Hex 54 9A E6 3F 21 0 A D3 4A 3E
Octal 124 232 346 77 41 0 12 323 112 76
Binary 1010100 10011010 11100110 111111 100001 0 1010 11010011 1001010 111110

Color Harmonies of #549AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549AE6

Black with #549AE6

Text Example


Text Example

White with #549AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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