Html Css Color HEX #549EDE Picton Blue

📋 copy color: '#549EDE'

red 84 ◦ green 158 ◦ blue 222

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

Shades of Picton Blue #549EDE

Tints of Picton Blue #549EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 18.1%
G = 34.05%
B = 47.84%

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

#549EDE (or 0x549EDE) is known color: Picton Blue. HEX triplet: 54, 9E and DE. RGB value is (84,158,222). Sum of RGB (Red+Green+Blue) = 84+158+222=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #549EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EDE is #AB6121. Grayscale: #8E8E8E. Windows color (decimal): -11231522 or 14589524. OLE color: 14589524.

HSL color Cylindrical-coordinate representation of color #549EDE: hue angle of 207.83º degrees, saturation: 0.68, 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 #549EDE is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 158 222 -
CMYK 0.62 0.29 0 0.13
HSL 207.83º 0.68% 0.6% -
HSV(B) 207.83º 0.62% 0.87% -
XYZ 29.07 31.61 73.68 -
YUV 143.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 84 158 222 0.62 0.29 0 0.13 207.83 0.68 0.6
Hex 54 9E DE 3E 1D 0 D D0 44 3C
Octal 124 236 336 76 35 0 15 320 104 74
Binary 1010100 10011110 11011110 111110 11101 0 1101 11010000 1000100 111100

Color Harmonies of #549EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EDE

Black with #549EDE

Text Example


Text Example

White with #549EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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