Html Css Color HEX #57A2DD Picton Blue

📋 copy color: '#57A2DD'

red 87 ◦ green 162 ◦ blue 221

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

Shades of Picton Blue #57A2DD

Tints of Picton Blue #57A2DD

RGB

 RED value IS 87 (34.38% from 255) = 18.51%

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

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

R = 18.51%
G = 34.47%
B = 47.02%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57A2DD (or 0x57A2DD) is known color: Picton Blue. HEX triplet: 57, A2 and DD. RGB value is (87,162,221). Sum of RGB (Red+Green+Blue) = 87+162+221=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #57A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A2DD is #A85D22. Grayscale: #919191. Windows color (decimal): -11033891 or 14525015. OLE color: 14525015.

HSL color Cylindrical-coordinate representation of color #57A2DD: hue angle of 206.42º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A2DD is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 162 221 -
CMYK 0.61 0.27 0 0.13
HSL 206.42º 0.66% 0.6% -
HSV(B) 206.42º 0.61% 0.87% -
XYZ 29.9 33.09 73.22 -
YUV 146.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 87 162 221 0.61 0.27 0 0.13 206.42 0.66 0.6
Hex 57 A2 DD 3D 1B 0 D CE 42 3C
Octal 127 242 335 75 33 0 15 316 102 74
Binary 1010111 10100010 11011101 111101 11011 0 1101 11001110 1000010 111100

Color Harmonies of #57A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A2DD

Black with #57A2DD

Text Example


Text Example

White with #57A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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