Html Css Color HEX #54A2DD Picton Blue

📋 copy color: '#54A2DD'

red 84 ◦ green 162 ◦ blue 221

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

Shades of Picton Blue #54A2DD

Tints of Picton Blue #54A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

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

R = 17.99%
G = 34.69%
B = 47.32%

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

#54A2DD (or 0x54A2DD) is known color: Picton Blue. HEX triplet: 54, A2 and DD. RGB value is (84,162,221). Sum of RGB (Red+Green+Blue) = 84+162+221=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #54A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2DD is #AB5D22. Grayscale: #919191. Windows color (decimal): -11230499 or 14525012. OLE color: 14525012.

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

Color convert

RGB 84 162 221 -
CMYK 0.62 0.27 0 0.13
HSL 205.84º 0.67% 0.6% -
HSV(B) 205.84º 0.62% 0.87% -
XYZ 29.63 32.95 73.2 -
YUV 145.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 84 162 221 0.62 0.27 0 0.13 205.84 0.67 0.6
Hex 54 A2 DD 3E 1B 0 D CE 43 3C
Octal 124 242 335 76 33 0 15 316 103 74
Binary 1010100 10100010 11011101 111110 11011 0 1101 11001110 1000011 111100

Color Harmonies of #54A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2DD

Black with #54A2DD

Text Example


Text Example

White with #54A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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