Html Css Color HEX #519FCE Picton Blue

📋 copy color: '#519FCE'

red 81 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #519FCE

Tints of Picton Blue #519FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

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

R = 18.16%
G = 35.65%
B = 46.19%

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

#519FCE (or 0x519FCE) is known color: Picton Blue. HEX triplet: 51, 9F and CE. RGB value is (81,159,206). Sum of RGB (Red+Green+Blue) = 81+159+206=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #519FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FCE is #AE6031. Grayscale: #8C8C8C. Windows color (decimal): -11427890 or 13541201. OLE color: 13541201.

HSL color Cylindrical-coordinate representation of color #519FCE: hue angle of 202.56º 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 #519FCE is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 159 206 -
CMYK 0.61 0.23 0 0.19
HSL 202.56º 0.56% 0.56% -
HSV(B) 202.56º 0.61% 0.81% -
XYZ 26.93 31 62.96 -
YUV 141.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 81 159 206 0.61 0.23 0 0.19 202.56 0.56 0.56
Hex 51 9F CE 3D 17 0 13 CB 38 38
Octal 121 237 316 75 27 0 23 313 70 70
Binary 1010001 10011111 11001110 111101 10111 0 10011 11001011 111000 111000

Color Harmonies of #519FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FCE

Black with #519FCE

Text Example


Text Example

White with #519FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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