Html Css Color HEX #519DE6 Picton Blue

📋 copy color: '#519DE6'

red 81 ◦ green 157 ◦ blue 230

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

Shades of Picton Blue #519DE6

Tints of Picton Blue #519DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.15%

R = 17.31%
G = 33.55%
B = 49.15%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#519DE6 (or 0x519DE6) is known color: Picton Blue. HEX triplet: 51, 9D and E6. RGB value is (81,157,230). Sum of RGB (Red+Green+Blue) = 81+157+230=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #519DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DE6 is #AE6219. Grayscale: #8E8E8E. Windows color (decimal): -11428378 or 15113553. OLE color: 15113553.

HSL color Cylindrical-coordinate representation of color #519DE6: hue angle of 209.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519DE6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 157 230 -
CMYK 0.65 0.32 0 0.10
HSL 209.4º 0.75% 0.61% -
HSV(B) 209.4º 0.65% 0.9% -
XYZ 29.73 31.58 79.39 -
YUV 142.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 81 157 230 0.65 0.32 0 0.10 209.4 0.75 0.61
Hex 51 9D E6 41 20 0 A D1 4B 3D
Octal 121 235 346 101 40 0 12 321 113 75
Binary 1010001 10011101 11100110 1000001 100000 0 1010 11010001 1001011 111101

Color Harmonies of #519DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DE6

Black with #519DE6

Text Example


Text Example

White with #519DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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