Html Css Color HEX #51A2D3 Picton Blue

📋 copy color: '#51A2D3'

red 81 ◦ green 162 ◦ blue 211

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

Shades of Picton Blue #51A2D3

Tints of Picton Blue #51A2D3

RGB

 RED value IS 81 (32.03% from 255) = 17.84%

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 17.84%
G = 35.68%
B = 46.48%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#51A2D3 (or 0x51A2D3) is known color: Picton Blue. HEX triplet: 51, A2 and D3. RGB value is (81,162,211). Sum of RGB (Red+Green+Blue) = 81+162+211=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #51A2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A2D3 is #AE5D2C. Grayscale: #8F8F8F. Windows color (decimal): -11427117 or 13869649. OLE color: 13869649.

HSL color Cylindrical-coordinate representation of color #51A2D3: hue angle of 202.62º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51A2D3 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 162 211 -
CMYK 0.62 0.23 0 0.17
HSL 202.62º 0.6% 0.57% -
HSV(B) 202.62º 0.62% 0.83% -
XYZ 28.07 32.29 66.38 -
YUV 143.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 81 162 211 0.62 0.23 0 0.17 202.62 0.6 0.57
Hex 51 A2 D3 3E 17 0 11 CB 3C 39
Octal 121 242 323 76 27 0 21 313 74 71
Binary 1010001 10100010 11010011 111110 10111 0 10001 11001011 111100 111001

Color Harmonies of #51A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A2D3

Black with #51A2D3

Text Example


Text Example

White with #51A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51A2D3; }

 p { color: rgb(81,162,211); }

 H1.HeaderClassName
 {
   color: #51A2D3;
 }
 .AnyTagClassName
 {
   color: #51A2D3;
 }
</style>

background-color css

<style>
 a { background-color: #51A2D3; }

 a { background-color: rgb(81,162,211); }

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

border-color css

<style>
 span { border-color: #51A2D3; }

 span { border-color: rgb(81,162,211); }

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