Html Css Color HEX #549ED8 Picton Blue

📋 copy color: '#549ED8'

red 84 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #549ED8

Tints of Picton Blue #549ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 18.34%
G = 34.5%
B = 47.16%

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

#549ED8 (or 0x549ED8) is known color: Picton Blue. HEX triplet: 54, 9E and D8. RGB value is (84,158,216). Sum of RGB (Red+Green+Blue) = 84+158+216=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #549ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ED8 is #AB6127. Grayscale: #8E8E8E. Windows color (decimal): -11231528 or 14196308. OLE color: 14196308.

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

Color convert

RGB 84 158 216 -
CMYK 0.61 0.27 0 0.15
HSL 206.36º 0.63% 0.59% -
HSV(B) 206.36º 0.61% 0.85% -
XYZ 28.28 31.3 69.52 -
YUV 142.49 169.48 86.28 -
System Red Green Blue C M Y K H S L
Decimal 84 158 216 0.61 0.27 0 0.15 206.36 0.63 0.59
Hex 54 9E D8 3D 1B 0 F CE 3F 3B
Octal 124 236 330 75 33 0 17 316 77 73
Binary 1010100 10011110 11011000 111101 11011 0 1111 11001110 111111 111011

Color Harmonies of #549ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ED8

Black with #549ED8

Text Example


Text Example

White with #549ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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