Html Css Color HEX #549ADC Picton Blue

📋 copy color: '#549ADC'

red 84 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #549ADC

Tints of Picton Blue #549ADC

RGB

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

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

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

R = 18.34%
G = 33.62%
B = 48.03%

CMYK

 C value IS 0.62

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#549ADC (or 0x549ADC) is known color: Picton Blue. HEX triplet: 54, 9A and DC. RGB value is (84,154,220). Sum of RGB (Red+Green+Blue) = 84+154+220=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #549ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ADC is #AB6523. Grayscale: #8C8C8C. Windows color (decimal): -11232548 or 14457428. OLE color: 14457428.

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

Color convert

RGB 84 154 220 -
CMYK 0.62 0.3 0 0.14
HSL 209.12º 0.66% 0.6% -
HSV(B) 209.12º 0.62% 0.86% -
XYZ 28.13 30.16 72.05 -
YUV 140.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 84 154 220 0.62 0.3 0 0.14 209.12 0.66 0.6
Hex 54 9A DC 3E 1E 0 E D1 42 3C
Octal 124 232 334 76 36 0 16 321 102 74
Binary 1010100 10011010 11011100 111110 11110 0 1110 11010001 1000010 111100

Color Harmonies of #549ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ADC

Black with #549ADC

Text Example


Text Example

White with #549ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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