Html Css Color HEX #51A8DD Picton Blue

📋 copy color: '#51A8DD'

red 81 ◦ green 168 ◦ blue 221

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

Shades of Picton Blue #51A8DD

Tints of Picton Blue #51A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 17.23%
G = 35.74%
B = 47.02%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51A8DD (or 0x51A8DD) is known color: Picton Blue. HEX triplet: 51, A8 and DD. RGB value is (81,168,221). Sum of RGB (Red+Green+Blue) = 81+168+221=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 168 (66.02% from 255 or 35.74% 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 #51A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8DD is #AE5722. Grayscale: #939393. Windows color (decimal): -11425571 or 14526545. OLE color: 14526545.

HSL color Cylindrical-coordinate representation of color #51A8DD: hue angle of 202.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51A8DD is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 168 221 -
CMYK 0.63 0.24 0 0.13
HSL 202.71º 0.67% 0.59% -
HSV(B) 202.71º 0.63% 0.87% -
XYZ 30.45 34.98 73.55 -
YUV 148.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 81 168 221 0.63 0.24 0 0.13 202.71 0.67 0.59
Hex 51 A8 DD 3F 18 0 D CB 43 3B
Octal 121 250 335 77 30 0 15 313 103 73
Binary 1010001 10101000 11011101 111111 11000 0 1101 11001011 1000011 111011

Color Harmonies of #51A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8DD

Black with #51A8DD

Text Example


Text Example

White with #51A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,168,221); }

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

background-color css

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

 a { background-color: rgb(81,168,221); }

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

border-color css

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

 span { border-color: rgb(81,168,221); }

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