Html Css Color HEX #549DEA Cornflower Blue

📋 copy color: '#549DEA'

red 84 ◦ green 157 ◦ blue 234

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

Shades of Cornflower Blue #549DEA

Tints of Cornflower Blue #549DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

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

R = 17.68%
G = 33.05%
B = 49.26%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#549DEA (or 0x549DEA) is known color: Cornflower Blue. HEX triplet: 54, 9D and EA. RGB value is (84,157,234). Sum of RGB (Red+Green+Blue) = 84+157+234=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #549DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DEA is #AB6215. Grayscale: #8F8F8F. Windows color (decimal): -11231766 or 15375700. OLE color: 15375700.

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

Color convert

RGB 84 157 234 -
CMYK 0.64 0.33 0 0.08
HSL 210.8º 0.78% 0.62% -
HSV(B) 210.8º 0.64% 0.92% -
XYZ 30.56 31.94 82.4 -
YUV 143.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 84 157 234 0.64 0.33 0 0.08 210.8 0.78 0.62
Hex 54 9D EA 40 21 0 8 D3 4E 3E
Octal 124 235 352 100 41 0 10 323 116 76
Binary 1010100 10011101 11101010 1000000 100001 0 1000 11010011 1001110 111110

Color Harmonies of #549DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DEA

Black with #549DEA

Text Example


Text Example

White with #549DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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