Html Css Color HEX #519EE6 Picton Blue

📋 copy color: '#519EE6'

red 81 ◦ green 158 ◦ blue 230

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

Shades of Picton Blue #519EE6

Tints of Picton Blue #519EE6

RGB

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

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

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

R = 17.27%
G = 33.69%
B = 49.04%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#519EE6 (or 0x519EE6) is known color: Picton Blue. HEX triplet: 51, 9E and E6. RGB value is (81,158,230). Sum of RGB (Red+Green+Blue) = 81+158+230=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #519EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EE6 is #AE6119. Grayscale: #8E8E8E. Windows color (decimal): -11428122 or 15113809. OLE color: 15113809.

HSL color Cylindrical-coordinate representation of color #519EE6: hue angle of 208.99º 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 #519EE6 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 158 230 -
CMYK 0.65 0.31 0 0.10
HSL 208.99º 0.75% 0.61% -
HSV(B) 208.99º 0.65% 0.9% -
XYZ 29.9 31.92 79.45 -
YUV 143.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 81 158 230 0.65 0.31 0 0.10 208.99 0.75 0.61
Hex 51 9E E6 41 1F 0 A D1 4B 3D
Octal 121 236 346 101 37 0 12 321 113 75
Binary 1010001 10011110 11100110 1000001 11111 0 1010 11010001 1001011 111101

Color Harmonies of #519EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EE6

Black with #519EE6

Text Example


Text Example

White with #519EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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