Html Css Color HEX #549BDA Picton Blue

📋 copy color: '#549BDA'

red 84 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #549BDA

Tints of Picton Blue #549BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 18.38%
G = 33.92%
B = 47.7%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#549BDA (or 0x549BDA) is known color: Picton Blue. HEX triplet: 54, 9B and DA. RGB value is (84,155,218). Sum of RGB (Red+Green+Blue) = 84+155+218=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #549BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BDA is #AB6425. Grayscale: #8C8C8C. Windows color (decimal): -11232294 or 14326612. OLE color: 14326612.

HSL color Cylindrical-coordinate representation of color #549BDA: hue angle of 208.21º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #549BDA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 155 218 -
CMYK 0.61 0.29 0 0.15
HSL 208.21º 0.64% 0.59% -
HSV(B) 208.21º 0.61% 0.85% -
XYZ 28.03 30.39 70.72 -
YUV 140.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 84 155 218 0.61 0.29 0 0.15 208.21 0.64 0.59
Hex 54 9B DA 3D 1D 0 F D0 40 3B
Octal 124 233 332 75 35 0 17 320 100 73
Binary 1010100 10011011 11011010 111101 11101 0 1111 11010000 1000000 111011

Color Harmonies of #549BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BDA

Black with #549BDA

Text Example


Text Example

White with #549BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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