Html Css Color HEX #548EDC Cornflower Blue

📋 copy color: '#548EDC'

red 84 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #548EDC

Tints of Cornflower Blue #548EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 18.83%
G = 31.84%
B = 49.33%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548EDC (or 0x548EDC) is known color: Cornflower Blue. HEX triplet: 54, 8E and DC. RGB value is (84,142,220). Sum of RGB (Red+Green+Blue) = 84+142+220=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #548EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDC is #AB7123. Grayscale: #858585. Windows color (decimal): -11235620 or 14454356. OLE color: 14454356.

HSL color Cylindrical-coordinate representation of color #548EDC: hue angle of 214.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548EDC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 142 220 -
CMYK 0.62 0.35 0 0.14
HSL 214.41º 0.66% 0.6% -
HSV(B) 214.41º 0.62% 0.86% -
XYZ 26.25 26.4 71.42 -
YUV 133.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 84 142 220 0.62 0.35 0 0.14 214.41 0.66 0.6
Hex 54 8E DC 3E 23 0 E D6 42 3C
Octal 124 216 334 76 43 0 16 326 102 74
Binary 1010100 10001110 11011100 111110 100011 0 1110 11010110 1000010 111100

Color Harmonies of #548EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EDC

Black with #548EDC

Text Example


Text Example

White with #548EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548EDC; }

 p { color: rgb(84,142,220); }

 H1.HeaderClassName
 {
   color: #548EDC;
 }
 .AnyTagClassName
 {
   color: #548EDC;
 }
</style>

background-color css

<style>
 a { background-color: #548EDC; }

 a { background-color: rgb(84,142,220); }

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

border-color css

<style>
 span { border-color: #548EDC; }

 span { border-color: rgb(84,142,220); }

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