Html Css Color HEX #518ED9 Picton Blue

📋 copy color: '#518ED9'

red 81 ◦ green 142 ◦ blue 217

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

Shades of Picton Blue #518ED9

Tints of Picton Blue #518ED9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.27%

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 18.41%
G = 32.27%
B = 49.32%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518ED9 (or 0x518ED9) is known color: Picton Blue. HEX triplet: 51, 8E and D9. RGB value is (81,142,217). Sum of RGB (Red+Green+Blue) = 81+142+217=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #518ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED9 is #AE7126. Grayscale: #838383. Windows color (decimal): -11432231 or 14257745. OLE color: 14257745.

HSL color Cylindrical-coordinate representation of color #518ED9: hue angle of 213.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518ED9 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 142 217 -
CMYK 0.63 0.35 0 0.15
HSL 213.09º 0.64% 0.58% -
HSV(B) 213.09º 0.63% 0.85% -
XYZ 25.59 26.11 69.34 -
YUV 132.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 81 142 217 0.63 0.35 0 0.15 213.09 0.64 0.58
Hex 51 8E D9 3F 23 0 F D5 40 3A
Octal 121 216 331 77 43 0 17 325 100 72
Binary 1010001 10001110 11011001 111111 100011 0 1111 11010101 1000000 111010

Color Harmonies of #518ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ED9

Black with #518ED9

Text Example


Text Example

White with #518ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,217); }

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

background-color css

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

 a { background-color: rgb(81,142,217); }

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

border-color css

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

 span { border-color: rgb(81,142,217); }

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