Html Css Color HEX #549CDD Picton Blue

📋 copy color: '#549CDD'

red 84 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #549CDD

Tints of Picton Blue #549CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

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

R = 18.22%
G = 33.84%
B = 47.94%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#549CDD (or 0x549CDD) is known color: Picton Blue. HEX triplet: 54, 9C and DD. RGB value is (84,156,221). Sum of RGB (Red+Green+Blue) = 84+156+221=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #549CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CDD is #AB6322. Grayscale: #8D8D8D. Windows color (decimal): -11232035 or 14523476. OLE color: 14523476.

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

Color convert

RGB 84 156 221 -
CMYK 0.62 0.29 0 0.13
HSL 208.47º 0.67% 0.6% -
HSV(B) 208.47º 0.62% 0.87% -
XYZ 28.6 30.88 72.86 -
YUV 141.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 84 156 221 0.62 0.29 0 0.13 208.47 0.67 0.6
Hex 54 9C DD 3E 1D 0 D D0 43 3C
Octal 124 234 335 76 35 0 15 320 103 74
Binary 1010100 10011100 11011101 111110 11101 0 1101 11010000 1000011 111100

Color Harmonies of #549CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CDD

Black with #549CDD

Text Example


Text Example

White with #549CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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