Html Css Color HEX #549DDF Picton Blue

📋 copy color: '#549DDF'

red 84 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #549DDF

Tints of Picton Blue #549DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 18.1%
G = 33.84%
B = 48.06%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#549DDF (or 0x549DDF) is known color: Picton Blue. HEX triplet: 54, 9D and DF. RGB value is (84,157,223). Sum of RGB (Red+Green+Blue) = 84+157+223=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #549DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DDF is #AB6220. Grayscale: #8E8E8E. Windows color (decimal): -11231777 or 14654804. OLE color: 14654804.

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

Color convert

RGB 84 157 223 -
CMYK 0.62 0.30 0 0.13
HSL 208.49º 0.68% 0.6% -
HSV(B) 208.49º 0.62% 0.87% -
XYZ 29.03 31.33 74.33 -
YUV 142.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 84 157 223 0.62 0.30 0 0.13 208.49 0.68 0.6
Hex 54 9D DF 3E 1E 0 D D0 44 3C
Octal 124 235 337 76 36 0 15 320 104 74
Binary 1010100 10011101 11011111 111110 11110 0 1101 11010000 1000100 111100

Color Harmonies of #549DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DDF

Black with #549DDF

Text Example


Text Example

White with #549DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,223); }

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

background-color css

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

 a { background-color: rgb(84,157,223); }

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

border-color css

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

 span { border-color: rgb(84,157,223); }

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