Html Css Color HEX #549FDA Picton Blue

📋 copy color: '#549FDA'

red 84 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #549FDA

Tints of Picton Blue #549FDA

RGB

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

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

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

R = 18.22%
G = 34.49%
B = 47.29%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#549FDA (or 0x549FDA) is known color: Picton Blue. HEX triplet: 54, 9F and DA. RGB value is (84,159,218). Sum of RGB (Red+Green+Blue) = 84+159+218=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #549FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FDA is #AB6025. Grayscale: #8E8E8E. Windows color (decimal): -11231270 or 14327636. OLE color: 14327636.

HSL color Cylindrical-coordinate representation of color #549FDA: hue angle of 206.42º 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 #549FDA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 159 218 -
CMYK 0.61 0.27 0 0.15
HSL 206.42º 0.64% 0.59% -
HSV(B) 206.42º 0.61% 0.85% -
XYZ 28.71 31.74 70.94 -
YUV 143.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 84 159 218 0.61 0.27 0 0.15 206.42 0.64 0.59
Hex 54 9F DA 3D 1B 0 F CE 40 3B
Octal 124 237 332 75 33 0 17 316 100 73
Binary 1010100 10011111 11011010 111101 11011 0 1111 11001110 1000000 111011

Color Harmonies of #549FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FDA

Black with #549FDA

Text Example


Text Example

White with #549FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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