Html Css Color HEX #519DD9 Picton Blue

📋 copy color: '#519DD9'

red 81 ◦ green 157 ◦ blue 217

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

Shades of Picton Blue #519DD9

Tints of Picton Blue #519DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.51%

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 17.8%
G = 34.51%
B = 47.69%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#519DD9 (or 0x519DD9) is known color: Picton Blue. HEX triplet: 51, 9D and D9. RGB value is (81,157,217). Sum of RGB (Red+Green+Blue) = 81+157+217=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #519DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DD9 is #AE6226. Grayscale: #8C8C8C. Windows color (decimal): -11428391 or 14261585. OLE color: 14261585.

HSL color Cylindrical-coordinate representation of color #519DD9: hue angle of 206.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519DD9 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 157 217 -
CMYK 0.63 0.28 0 0.15
HSL 206.47º 0.64% 0.58% -
HSV(B) 206.47º 0.63% 0.85% -
XYZ 27.97 30.87 70.13 -
YUV 141.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 81 157 217 0.63 0.28 0 0.15 206.47 0.64 0.58
Hex 51 9D D9 3F 1C 0 F CE 40 3A
Octal 121 235 331 77 34 0 17 316 100 72
Binary 1010001 10011101 11011001 111111 11100 0 1111 11001110 1000000 111010

Color Harmonies of #519DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DD9

Black with #519DD9

Text Example


Text Example

White with #519DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,217); }

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

background-color css

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

 a { background-color: rgb(81,157,217); }

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

border-color css

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

 span { border-color: rgb(81,157,217); }

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