Html Css Color HEX #549AE8 Cornflower Blue

📋 copy color: '#549AE8'

red 84 ◦ green 154 ◦ blue 232

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

Shades of Cornflower Blue #549AE8

Tints of Cornflower Blue #549AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 17.87%
G = 32.77%
B = 49.36%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#549AE8 (or 0x549AE8) is known color: Cornflower Blue. HEX triplet: 54, 9A and E8. RGB value is (84,154,232). Sum of RGB (Red+Green+Blue) = 84+154+232=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #549AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AE8 is #AB6517. Grayscale: #8D8D8D. Windows color (decimal): -11232536 or 15243860. OLE color: 15243860.

HSL color Cylindrical-coordinate representation of color #549AE8: hue angle of 211.62º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549AE8 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 154 232 -
CMYK 0.64 0.34 0 0.09
HSL 211.62º 0.76% 0.62% -
HSV(B) 211.62º 0.64% 0.91% -
XYZ 29.78 30.82 80.72 -
YUV 141.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 84 154 232 0.64 0.34 0 0.09 211.62 0.76 0.62
Hex 54 9A E8 40 22 0 9 D4 4C 3E
Octal 124 232 350 100 42 0 11 324 114 76
Binary 1010100 10011010 11101000 1000000 100010 0 1001 11010100 1001100 111110

Color Harmonies of #549AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549AE8

Black with #549AE8

Text Example


Text Example

White with #549AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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