Html Css Color HEX #549BCB Picton Blue

📋 copy color: '#549BCB'

red 84 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #549BCB

Tints of Picton Blue #549BCB

RGB

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

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

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

R = 19%
G = 35.07%
B = 45.93%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549BCB (or 0x549BCB) is known color: Picton Blue. HEX triplet: 54, 9B and CB. RGB value is (84,155,203). Sum of RGB (Red+Green+Blue) = 84+155+203=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #549BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BCB is #AB6434. Grayscale: #8A8A8A. Windows color (decimal): -11232309 or 13343572. OLE color: 13343572.

HSL color Cylindrical-coordinate representation of color #549BCB: hue angle of 204.2º 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 #549BCB is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 155 203 -
CMYK 0.59 0.24 0 0.20
HSL 204.2º 0.53% 0.56% -
HSV(B) 204.2º 0.59% 0.8% -
XYZ 26.16 29.64 60.84 -
YUV 139.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 84 155 203 0.59 0.24 0 0.20 204.2 0.53 0.56
Hex 54 9B CB 3B 18 0 14 CC 35 38
Octal 124 233 313 73 30 0 24 314 65 70
Binary 1010100 10011011 11001011 111011 11000 0 10100 11001100 110101 111000

Color Harmonies of #549BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BCB

Black with #549BCB

Text Example


Text Example

White with #549BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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