Html Css Color HEX #549EDA Picton Blue

📋 copy color: '#549EDA'

red 84 ◦ green 158 ◦ blue 218

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

Shades of Picton Blue #549EDA

Tints of Picton Blue #549EDA

RGB

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

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

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

R = 18.26%
G = 34.35%
B = 47.39%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#549EDA (or 0x549EDA) is known color: Picton Blue. HEX triplet: 54, 9E and DA. RGB value is (84,158,218). Sum of RGB (Red+Green+Blue) = 84+158+218=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #549EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EDA is #AB6125. Grayscale: #8E8E8E. Windows color (decimal): -11231526 or 14327380. OLE color: 14327380.

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

Color convert

RGB 84 158 218 -
CMYK 0.61 0.28 0 0.15
HSL 206.87º 0.64% 0.59% -
HSV(B) 206.87º 0.61% 0.85% -
XYZ 28.54 31.4 70.89 -
YUV 142.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 84 158 218 0.61 0.28 0 0.15 206.87 0.64 0.59
Hex 54 9E DA 3D 1C 0 F CF 40 3B
Octal 124 236 332 75 34 0 17 317 100 73
Binary 1010100 10011110 11011010 111101 11100 0 1111 11001111 1000000 111011

Color Harmonies of #549EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EDA

Black with #549EDA

Text Example


Text Example

White with #549EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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