Html Css Color HEX #549FDC Picton Blue

📋 copy color: '#549FDC'

red 84 ◦ green 159 ◦ blue 220

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

Shades of Picton Blue #549FDC

Tints of Picton Blue #549FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 18.14%
G = 34.34%
B = 47.52%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#549FDC (or 0x549FDC) is known color: Picton Blue. HEX triplet: 54, 9F and DC. RGB value is (84,159,220). Sum of RGB (Red+Green+Blue) = 84+159+220=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #549FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FDC is #AB6023. Grayscale: #8F8F8F. Windows color (decimal): -11231268 or 14458708. OLE color: 14458708.

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

Color convert

RGB 84 159 220 -
CMYK 0.62 0.28 0 0.14
HSL 206.91º 0.66% 0.6% -
HSV(B) 206.91º 0.62% 0.86% -
XYZ 28.97 31.85 72.33 -
YUV 143.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 84 159 220 0.62 0.28 0 0.14 206.91 0.66 0.6
Hex 54 9F DC 3E 1C 0 E CF 42 3C
Octal 124 237 334 76 34 0 16 317 102 74
Binary 1010100 10011111 11011100 111110 11100 0 1110 11001111 1000010 111100

Color Harmonies of #549FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FDC

Black with #549FDC

Text Example


Text Example

White with #549FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,159,220); }

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

background-color css

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

 a { background-color: rgb(84,159,220); }

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

border-color css

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

 span { border-color: rgb(84,159,220); }

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