Html Css Color HEX #519DD7 Picton Blue

📋 copy color: '#519DD7'

red 81 ◦ green 157 ◦ blue 215

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

Shades of Picton Blue #519DD7

Tints of Picton Blue #519DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 17.88%
G = 34.66%
B = 47.46%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#519DD7 (or 0x519DD7) is known color: Picton Blue. HEX triplet: 51, 9D and D7. RGB value is (81,157,215). Sum of RGB (Red+Green+Blue) = 81+157+215=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #519DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DD7 is #AE6228. Grayscale: #8C8C8C. Windows color (decimal): -11428393 or 14130513. OLE color: 14130513.

HSL color Cylindrical-coordinate representation of color #519DD7: hue angle of 205.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519DD7 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 157 215 -
CMYK 0.62 0.27 0 0.16
HSL 205.97º 0.63% 0.58% -
HSV(B) 205.97º 0.62% 0.84% -
XYZ 27.72 30.77 68.77 -
YUV 140.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 81 157 215 0.62 0.27 0 0.16 205.97 0.63 0.58
Hex 51 9D D7 3E 1B 0 10 CE 3F 3A
Octal 121 235 327 76 33 0 20 316 77 72
Binary 1010001 10011101 11010111 111110 11011 0 10000 11001110 111111 111010

Color Harmonies of #519DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DD7

Black with #519DD7

Text Example


Text Example

White with #519DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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