Html Css Color HEX #549ADD Picton Blue

📋 copy color: '#549ADD'

red 84 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #549ADD

Tints of Picton Blue #549ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 18.3%
G = 33.55%
B = 48.15%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#549ADD (or 0x549ADD) is known color: Picton Blue. HEX triplet: 54, 9A and DD. RGB value is (84,154,221). Sum of RGB (Red+Green+Blue) = 84+154+221=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #549ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ADD is #AB6522. Grayscale: #8C8C8C. Windows color (decimal): -11232547 or 14522964. OLE color: 14522964.

HSL color Cylindrical-coordinate representation of color #549ADD: hue angle of 209.34º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549ADD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 154 221 -
CMYK 0.62 0.30 0 0.13
HSL 209.34º 0.67% 0.6% -
HSV(B) 209.34º 0.62% 0.87% -
XYZ 28.26 30.22 72.75 -
YUV 140.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 84 154 221 0.62 0.30 0 0.13 209.34 0.67 0.6
Hex 54 9A DD 3E 1E 0 D D1 43 3C
Octal 124 232 335 76 36 0 15 321 103 74
Binary 1010100 10011010 11011101 111110 11110 0 1101 11010001 1000011 111100

Color Harmonies of #549ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ADD

Black with #549ADD

Text Example


Text Example

White with #549ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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