Html Css Color HEX #519ECD Picton Blue

📋 copy color: '#519ECD'

red 81 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #519ECD

Tints of Picton Blue #519ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 18.24%
G = 35.59%
B = 46.17%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#519ECD (or 0x519ECD) is known color: Picton Blue. HEX triplet: 51, 9E and CD. RGB value is (81,158,205). Sum of RGB (Red+Green+Blue) = 81+158+205=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #519ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECD is #AE6132. Grayscale: #8C8C8C. Windows color (decimal): -11428147 or 13475409. OLE color: 13475409.

HSL color Cylindrical-coordinate representation of color #519ECD: hue angle of 202.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519ECD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 158 205 -
CMYK 0.60 0.23 0 0.20
HSL 202.74º 0.55% 0.56% -
HSV(B) 202.74º 0.6% 0.8% -
XYZ 26.64 30.61 62.26 -
YUV 140.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 81 158 205 0.60 0.23 0 0.20 202.74 0.55 0.56
Hex 51 9E CD 3C 17 0 14 CB 37 38
Octal 121 236 315 74 27 0 24 313 67 70
Binary 1010001 10011110 11001101 111100 10111 0 10100 11001011 110111 111000

Color Harmonies of #519ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ECD

Black with #519ECD

Text Example


Text Example

White with #519ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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