Html Css Color HEX #519BDC Picton Blue

📋 copy color: '#519BDC'

red 81 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #519BDC

Tints of Picton Blue #519BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 17.76%
G = 33.99%
B = 48.25%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#519BDC (or 0x519BDC) is known color: Picton Blue. HEX triplet: 51, 9B and DC. RGB value is (81,155,220). Sum of RGB (Red+Green+Blue) = 81+155+220=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #519BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BDC is #AE6423. Grayscale: #8B8B8B. Windows color (decimal): -11428900 or 14457681. OLE color: 14457681.

HSL color Cylindrical-coordinate representation of color #519BDC: hue angle of 208.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519BDC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 155 220 -
CMYK 0.63 0.30 0 0.14
HSL 208.06º 0.67% 0.59% -
HSV(B) 208.06º 0.63% 0.86% -
XYZ 28.03 30.36 72.09 -
YUV 140.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 81 155 220 0.63 0.30 0 0.14 208.06 0.67 0.59
Hex 51 9B DC 3F 1E 0 E D0 43 3B
Octal 121 233 334 77 36 0 16 320 103 73
Binary 1010001 10011011 11011100 111111 11110 0 1110 11010000 1000011 111011

Color Harmonies of #519BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BDC

Black with #519BDC

Text Example


Text Example

White with #519BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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