Html Css Color HEX #54A1DD Picton Blue

📋 copy color: '#54A1DD'

red 84 ◦ green 161 ◦ blue 221

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

Shades of Picton Blue #54A1DD

Tints of Picton Blue #54A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

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

R = 18.03%
G = 34.55%
B = 47.42%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54A1DD (or 0x54A1DD) is known color: Picton Blue. HEX triplet: 54, A1 and DD. RGB value is (84,161,221). Sum of RGB (Red+Green+Blue) = 84+161+221=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #54A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1DD is #AB5E22. Grayscale: #909090. Windows color (decimal): -11230755 or 14524756. OLE color: 14524756.

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

Color convert

RGB 84 161 221 -
CMYK 0.62 0.27 0 0.13
HSL 206.28º 0.67% 0.6% -
HSV(B) 206.28º 0.62% 0.87% -
XYZ 29.45 32.6 73.15 -
YUV 144.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 84 161 221 0.62 0.27 0 0.13 206.28 0.67 0.6
Hex 54 A1 DD 3E 1B 0 D CE 43 3C
Octal 124 241 335 76 33 0 15 316 103 74
Binary 1010100 10100001 11011101 111110 11011 0 1101 11001110 1000011 111100

Color Harmonies of #54A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1DD

Black with #54A1DD

Text Example


Text Example

White with #54A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A1DD; }

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

 H1.HeaderClassName
 {
   color: #54A1DD;
 }
 .AnyTagClassName
 {
   color: #54A1DD;
 }
</style>

background-color css

<style>
 a { background-color: #54A1DD; }

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

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

border-color css

<style>
 span { border-color: #54A1DD; }

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

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