Html Css Color HEX #518DDB Picton Blue

📋 copy color: '#518DDB'

red 81 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #518DDB

Tints of Picton Blue #518DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 18.37%
G = 31.97%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#518DDB (or 0x518DDB) is known color: Picton Blue. HEX triplet: 51, 8D and DB. RGB value is (81,141,219). Sum of RGB (Red+Green+Blue) = 81+141+219=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #518DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DDB is #AE7224. Grayscale: #838383. Windows color (decimal): -11432485 or 14388561. OLE color: 14388561.

HSL color Cylindrical-coordinate representation of color #518DDB: hue angle of 213.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518DDB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 141 219 -
CMYK 0.63 0.36 0 0.14
HSL 213.91º 0.66% 0.59% -
HSV(B) 213.91º 0.63% 0.86% -
XYZ 25.7 25.91 70.66 -
YUV 131.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 81 141 219 0.63 0.36 0 0.14 213.91 0.66 0.59
Hex 51 8D DB 3F 24 0 E D6 42 3B
Octal 121 215 333 77 44 0 16 326 102 73
Binary 1010001 10001101 11011011 111111 100100 0 1110 11010110 1000010 111011

Color Harmonies of #518DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DDB

Black with #518DDB

Text Example


Text Example

White with #518DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DDB; }

 p { color: rgb(81,141,219); }

 H1.HeaderClassName
 {
   color: #518DDB;
 }
 .AnyTagClassName
 {
   color: #518DDB;
 }
</style>

background-color css

<style>
 a { background-color: #518DDB; }

 a { background-color: rgb(81,141,219); }

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

border-color css

<style>
 span { border-color: #518DDB; }

 span { border-color: rgb(81,141,219); }

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