Html Css Color HEX #518ED8 Picton Blue

📋 copy color: '#518ED8'

red 81 ◦ green 142 ◦ blue 216

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

Shades of Picton Blue #518ED8

Tints of Picton Blue #518ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 18.45%
G = 32.35%
B = 49.2%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518ED8 (or 0x518ED8) is known color: Picton Blue. HEX triplet: 51, 8E and D8. RGB value is (81,142,216). Sum of RGB (Red+Green+Blue) = 81+142+216=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #518ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED8 is #AE7127. Grayscale: #838383. Windows color (decimal): -11432232 or 14192209. OLE color: 14192209.

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

Color convert

RGB 81 142 216 -
CMYK 0.62 0.34 0 0.15
HSL 212.89º 0.63% 0.58% -
HSV(B) 212.89º 0.63% 0.85% -
XYZ 25.46 26.05 68.65 -
YUV 132.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 81 142 216 0.62 0.34 0 0.15 212.89 0.63 0.58
Hex 51 8E D8 3E 22 0 F D5 3F 3A
Octal 121 216 330 76 42 0 17 325 77 72
Binary 1010001 10001110 11011000 111110 100010 0 1111 11010101 111111 111010

Color Harmonies of #518ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ED8

Black with #518ED8

Text Example


Text Example

White with #518ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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