Html Css Color HEX #519EC8 Picton Blue

📋 copy color: '#519EC8'

red 81 ◦ green 158 ◦ blue 200

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

Shades of Picton Blue #519EC8

Tints of Picton Blue #519EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 18.45%
G = 35.99%
B = 45.56%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#519EC8 (or 0x519EC8) is known color: Picton Blue. HEX triplet: 51, 9E and C8. RGB value is (81,158,200). Sum of RGB (Red+Green+Blue) = 81+158+200=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #519EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EC8 is #AE6137. Grayscale: #8B8B8B. Windows color (decimal): -11428152 or 13147729. OLE color: 13147729.

HSL color Cylindrical-coordinate representation of color #519EC8: hue angle of 201.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519EC8 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 158 200 -
CMYK 0.59 0.21 0 0.22
HSL 201.18º 0.52% 0.55% -
HSV(B) 201.18º 0.6% 0.78% -
XYZ 26.05 30.37 59.13 -
YUV 139.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 81 158 200 0.59 0.21 0 0.22 201.18 0.52 0.55
Hex 51 9E C8 3B 15 0 16 C9 34 37
Octal 121 236 310 73 25 0 26 311 64 67
Binary 1010001 10011110 11001000 111011 10101 0 10110 11001001 110100 110111

Color Harmonies of #519EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EC8

Black with #519EC8

Text Example


Text Example

White with #519EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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