Html Css Color HEX #548ADC Cornflower Blue

📋 copy color: '#548ADC'

red 84 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #548ADC

Tints of Cornflower Blue #548ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 19%
G = 31.22%
B = 49.77%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548ADC (or 0x548ADC) is known color: Cornflower Blue. HEX triplet: 54, 8A and DC. RGB value is (84,138,220). Sum of RGB (Red+Green+Blue) = 84+138+220=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #548ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ADC is #AB7523. Grayscale: #828282. Windows color (decimal): -11236644 or 14453332. OLE color: 14453332.

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

Color convert

RGB 84 138 220 -
CMYK 0.62 0.37 0 0.14
HSL 216.18º 0.66% 0.6% -
HSV(B) 216.18º 0.62% 0.86% -
XYZ 25.66 25.23 71.23 -
YUV 131.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 84 138 220 0.62 0.37 0 0.14 216.18 0.66 0.6
Hex 54 8A DC 3E 25 0 E D8 42 3C
Octal 124 212 334 76 45 0 16 330 102 74
Binary 1010100 10001010 11011100 111110 100101 0 1110 11011000 1000010 111100

Color Harmonies of #548ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ADC

Black with #548ADC

Text Example


Text Example

White with #548ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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