Html Css Color HEX #549ECB Picton Blue

📋 copy color: '#549ECB'

red 84 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #549ECB

Tints of Picton Blue #549ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.51%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 18.88%
G = 35.51%
B = 45.62%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549ECB (or 0x549ECB) is known color: Picton Blue. HEX triplet: 54, 9E and CB. RGB value is (84,158,203). Sum of RGB (Red+Green+Blue) = 84+158+203=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #549ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ECB is #AB6134. Grayscale: #8C8C8C. Windows color (decimal): -11231541 or 13344340. OLE color: 13344340.

HSL color Cylindrical-coordinate representation of color #549ECB: hue angle of 202.69º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549ECB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 158 203 -
CMYK 0.59 0.22 0 0.20
HSL 202.69º 0.53% 0.56% -
HSV(B) 202.69º 0.59% 0.8% -
XYZ 26.66 30.65 61.01 -
YUV 141 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 84 158 203 0.59 0.22 0 0.20 202.69 0.53 0.56
Hex 54 9E CB 3B 16 0 14 CB 35 38
Octal 124 236 313 73 26 0 24 313 65 70
Binary 1010100 10011110 11001011 111011 10110 0 10100 11001011 110101 111000

Color Harmonies of #549ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ECB

Black with #549ECB

Text Example


Text Example

White with #549ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,158,203); }

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

background-color css

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

 a { background-color: rgb(84,158,203); }

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

border-color css

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

 span { border-color: rgb(84,158,203); }

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