Html Css Color HEX #549EDD Picton Blue

📋 copy color: '#549EDD'

red 84 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #549EDD

Tints of Picton Blue #549EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 18.14%
G = 34.13%
B = 47.73%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#549EDD (or 0x549EDD) is known color: Picton Blue. HEX triplet: 54, 9E and DD. RGB value is (84,158,221). Sum of RGB (Red+Green+Blue) = 84+158+221=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #549EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EDD is #AB6122. Grayscale: #8E8E8E. Windows color (decimal): -11231523 or 14523988. OLE color: 14523988.

HSL color Cylindrical-coordinate representation of color #549EDD: hue angle of 207.59º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549EDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 158 221 -
CMYK 0.62 0.29 0 0.13
HSL 207.59º 0.67% 0.6% -
HSV(B) 207.59º 0.62% 0.87% -
XYZ 28.93 31.56 72.97 -
YUV 143.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 84 158 221 0.62 0.29 0 0.13 207.59 0.67 0.6
Hex 54 9E DD 3E 1D 0 D D0 43 3C
Octal 124 236 335 76 35 0 15 320 103 74
Binary 1010100 10011110 11011101 111110 11101 0 1101 11010000 1000011 111100

Color Harmonies of #549EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EDD

Black with #549EDD

Text Example


Text Example

White with #549EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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