Html Css Color HEX #519BCE Picton Blue

📋 copy color: '#519BCE'

red 81 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #519BCE

Tints of Picton Blue #519BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 18.33%
G = 35.07%
B = 46.61%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#519BCE (or 0x519BCE) is known color: Picton Blue. HEX triplet: 51, 9B and CE. RGB value is (81,155,206). Sum of RGB (Red+Green+Blue) = 81+155+206=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #519BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BCE is #AE6431. Grayscale: #8A8A8A. Windows color (decimal): -11428914 or 13540177. OLE color: 13540177.

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

Color convert

RGB 81 155 206 -
CMYK 0.61 0.25 0 0.19
HSL 204.48º 0.56% 0.56% -
HSV(B) 204.48º 0.61% 0.81% -
XYZ 26.26 29.65 62.73 -
YUV 138.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 81 155 206 0.61 0.25 0 0.19 204.48 0.56 0.56
Hex 51 9B CE 3D 19 0 13 CC 38 38
Octal 121 233 316 75 31 0 23 314 70 70
Binary 1010001 10011011 11001110 111101 11001 0 10011 11001100 111000 111000

Color Harmonies of #519BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BCE

Black with #519BCE

Text Example


Text Example

White with #519BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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