Html Css Color HEX #519ED7 Picton Blue

📋 copy color: '#519ED7'

red 81 ◦ green 158 ◦ blue 215

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

Shades of Picton Blue #519ED7

Tints of Picton Blue #519ED7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.8%

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 17.84%
G = 34.8%
B = 47.36%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#519ED7 (or 0x519ED7) is known color: Picton Blue. HEX triplet: 51, 9E and D7. RGB value is (81,158,215). Sum of RGB (Red+Green+Blue) = 81+158+215=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #519ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ED7 is #AE6128. Grayscale: #8D8D8D. Windows color (decimal): -11428137 or 14130769. OLE color: 14130769.

HSL color Cylindrical-coordinate representation of color #519ED7: hue angle of 205.52º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519ED7 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 158 215 -
CMYK 0.62 0.27 0 0.16
HSL 205.52º 0.63% 0.58% -
HSV(B) 205.52º 0.62% 0.84% -
XYZ 27.89 31.11 68.82 -
YUV 141.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 81 158 215 0.62 0.27 0 0.16 205.52 0.63 0.58
Hex 51 9E D7 3E 1B 0 10 CE 3F 3A
Octal 121 236 327 76 33 0 20 316 77 72
Binary 1010001 10011110 11010111 111110 11011 0 10000 11001110 111111 111010

Color Harmonies of #519ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ED7

Black with #519ED7

Text Example


Text Example

White with #519ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519ED7; }

 p { color: rgb(81,158,215); }

 H1.HeaderClassName
 {
   color: #519ED7;
 }
 .AnyTagClassName
 {
   color: #519ED7;
 }
</style>

background-color css

<style>
 a { background-color: #519ED7; }

 a { background-color: rgb(81,158,215); }

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

border-color css

<style>
 span { border-color: #519ED7; }

 span { border-color: rgb(81,158,215); }

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