Html Css Color HEX #519CDB Picton Blue

📋 copy color: '#519CDB'

red 81 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #519CDB

Tints of Picton Blue #519CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

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

R = 17.76%
G = 34.21%
B = 48.03%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#519CDB (or 0x519CDB) is known color: Picton Blue. HEX triplet: 51, 9C and DB. RGB value is (81,156,219). Sum of RGB (Red+Green+Blue) = 81+156+219=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #519CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CDB is #AE6324. Grayscale: #8C8C8C. Windows color (decimal): -11428645 or 14392401. OLE color: 14392401.

HSL color Cylindrical-coordinate representation of color #519CDB: hue angle of 207.39º 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 #519CDB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 156 219 -
CMYK 0.63 0.29 0 0.14
HSL 207.39º 0.66% 0.59% -
HSV(B) 207.39º 0.63% 0.86% -
XYZ 28.07 30.64 71.45 -
YUV 140.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 81 156 219 0.63 0.29 0 0.14 207.39 0.66 0.59
Hex 51 9C DB 3F 1D 0 E CF 42 3B
Octal 121 234 333 77 35 0 16 317 102 73
Binary 1010001 10011100 11011011 111111 11101 0 1110 11001111 1000010 111011

Color Harmonies of #519CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CDB

Black with #519CDB

Text Example


Text Example

White with #519CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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