Html Css Color HEX #549BDB Picton Blue

📋 copy color: '#549BDB'

red 84 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #549BDB

Tints of Picton Blue #549BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 18.34%
G = 33.84%
B = 47.82%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#549BDB (or 0x549BDB) is known color: Picton Blue. HEX triplet: 54, 9B and DB. RGB value is (84,155,219). Sum of RGB (Red+Green+Blue) = 84+155+219=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #549BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BDB is #AB6424. Grayscale: #8C8C8C. Windows color (decimal): -11232293 or 14392148. OLE color: 14392148.

HSL color Cylindrical-coordinate representation of color #549BDB: hue angle of 208.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549BDB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 155 219 -
CMYK 0.62 0.29 0 0.14
HSL 208.44º 0.65% 0.59% -
HSV(B) 208.44º 0.62% 0.86% -
XYZ 28.16 30.44 71.41 -
YUV 141.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 84 155 219 0.62 0.29 0 0.14 208.44 0.65 0.59
Hex 54 9B DB 3E 1D 0 E D0 41 3B
Octal 124 233 333 76 35 0 16 320 101 73
Binary 1010100 10011011 11011011 111110 11101 0 1110 11010000 1000001 111011

Color Harmonies of #549BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BDB

Black with #549BDB

Text Example


Text Example

White with #549BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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