Html Css Color HEX #519EDB Picton Blue

📋 copy color: '#519EDB'

red 81 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #519EDB

Tints of Picton Blue #519EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 17.69%
G = 34.5%
B = 47.82%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#519EDB (or 0x519EDB) is known color: Picton Blue. HEX triplet: 51, 9E and DB. RGB value is (81,158,219). Sum of RGB (Red+Green+Blue) = 81+158+219=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #519EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EDB is #AE6124. Grayscale: #8D8D8D. Windows color (decimal): -11428133 or 14392913. OLE color: 14392913.

HSL color Cylindrical-coordinate representation of color #519EDB: hue angle of 206.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519EDB is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 158 219 -
CMYK 0.63 0.28 0 0.14
HSL 206.52º 0.66% 0.59% -
HSV(B) 206.52º 0.63% 0.86% -
XYZ 28.41 31.32 71.57 -
YUV 141.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 81 158 219 0.63 0.28 0 0.14 206.52 0.66 0.59
Hex 51 9E DB 3F 1C 0 E CF 42 3B
Octal 121 236 333 77 34 0 16 317 102 73
Binary 1010001 10011110 11011011 111111 11100 0 1110 11001111 1000010 111011

Color Harmonies of #519EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EDB

Black with #519EDB

Text Example


Text Example

White with #519EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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