Html Css Color HEX #549AEA Cornflower Blue

📋 copy color: '#549AEA'

red 84 ◦ green 154 ◦ blue 234

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

Shades of Cornflower Blue #549AEA

Tints of Cornflower Blue #549AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 17.8%
G = 32.63%
B = 49.58%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#549AEA (or 0x549AEA) is known color: Cornflower Blue. HEX triplet: 54, 9A and EA. RGB value is (84,154,234). Sum of RGB (Red+Green+Blue) = 84+154+234=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #549AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AEA is #AB6515. Grayscale: #8D8D8D. Windows color (decimal): -11232534 or 15374932. OLE color: 15374932.

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

Color convert

RGB 84 154 234 -
CMYK 0.64 0.34 0 0.08
HSL 212º 0.78% 0.62% -
HSV(B) 212º 0.64% 0.92% -
XYZ 30.06 30.94 82.23 -
YUV 142.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 84 154 234 0.64 0.34 0 0.08 212 0.78 0.62
Hex 54 9A EA 40 22 0 8 D4 4E 3E
Octal 124 232 352 100 42 0 10 324 116 76
Binary 1010100 10011010 11101010 1000000 100010 0 1000 11010100 1001110 111110

Color Harmonies of #549AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549AEA

Black with #549AEA

Text Example


Text Example

White with #549AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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