Html Css Color HEX #548DDC Cornflower Blue

📋 copy color: '#548DDC'

red 84 ◦ green 141 ◦ blue 220

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

Shades of Cornflower Blue #548DDC

Tints of Cornflower Blue #548DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 18.88%
G = 31.69%
B = 49.44%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548DDC (or 0x548DDC) is known color: Cornflower Blue. HEX triplet: 54, 8D and DC. RGB value is (84,141,220). Sum of RGB (Red+Green+Blue) = 84+141+220=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #548DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DDC is #AB7223. Grayscale: #848484. Windows color (decimal): -11235876 or 14454100. OLE color: 14454100.

HSL color Cylindrical-coordinate representation of color #548DDC: hue angle of 214.85º 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 #548DDC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 141 220 -
CMYK 0.62 0.36 0 0.14
HSL 214.85º 0.66% 0.6% -
HSV(B) 214.85º 0.62% 0.86% -
XYZ 26.1 26.1 71.37 -
YUV 132.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 84 141 220 0.62 0.36 0 0.14 214.85 0.66 0.6
Hex 54 8D DC 3E 24 0 E D7 42 3C
Octal 124 215 334 76 44 0 16 327 102 74
Binary 1010100 10001101 11011100 111110 100100 0 1110 11010111 1000010 111100

Color Harmonies of #548DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DDC

Black with #548DDC

Text Example


Text Example

White with #548DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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