Html Css Color HEX #549BDC Picton Blue

📋 copy color: '#549BDC'

red 84 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #549BDC

Tints of Picton Blue #549BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

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

R = 18.3%
G = 33.77%
B = 47.93%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#549BDC (or 0x549BDC) is known color: Picton Blue. HEX triplet: 54, 9B and DC. RGB value is (84,155,220). Sum of RGB (Red+Green+Blue) = 84+155+220=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #549BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BDC is #AB6423. Grayscale: #8C8C8C. Windows color (decimal): -11232292 or 14457684. OLE color: 14457684.

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

Color convert

RGB 84 155 220 -
CMYK 0.62 0.30 0 0.14
HSL 208.68º 0.66% 0.6% -
HSV(B) 208.68º 0.62% 0.86% -
XYZ 28.3 30.49 72.1 -
YUV 141.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 84 155 220 0.62 0.30 0 0.14 208.68 0.66 0.6
Hex 54 9B DC 3E 1E 0 E D1 42 3C
Octal 124 233 334 76 36 0 16 321 102 74
Binary 1010100 10011011 11011100 111110 11110 0 1110 11010001 1000010 111100

Color Harmonies of #549BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BDC

Black with #549BDC

Text Example


Text Example

White with #549BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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