Html Css Color HEX #519ECE Picton Blue

📋 copy color: '#519ECE'

red 81 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #519ECE

Tints of Picton Blue #519ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 18.2%
G = 35.51%
B = 46.29%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#519ECE (or 0x519ECE) is known color: Picton Blue. HEX triplet: 51, 9E and CE. RGB value is (81,158,206). Sum of RGB (Red+Green+Blue) = 81+158+206=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #519ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECE is #AE6131. Grayscale: #8C8C8C. Windows color (decimal): -11428146 or 13540945. OLE color: 13540945.

HSL color Cylindrical-coordinate representation of color #519ECE: hue angle of 203.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519ECE is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 158 206 -
CMYK 0.61 0.23 0 0.19
HSL 203.04º 0.56% 0.56% -
HSV(B) 203.04º 0.61% 0.81% -
XYZ 26.76 30.66 62.9 -
YUV 140.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 81 158 206 0.61 0.23 0 0.19 203.04 0.56 0.56
Hex 51 9E CE 3D 17 0 13 CB 38 38
Octal 121 236 316 75 27 0 23 313 70 70
Binary 1010001 10011110 11001110 111101 10111 0 10011 11001011 111000 111000

Color Harmonies of #519ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ECE

Black with #519ECE

Text Example


Text Example

White with #519ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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