Html Css Color HEX #519DDC Picton Blue

📋 copy color: '#519DDC'

red 81 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #519DDC

Tints of Picton Blue #519DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.28%

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

R = 17.69%
G = 34.28%
B = 48.03%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#519DDC (or 0x519DDC) is known color: Picton Blue. HEX triplet: 51, 9D and DC. RGB value is (81,157,220). Sum of RGB (Red+Green+Blue) = 81+157+220=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #519DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDC is #AE6223. Grayscale: #8D8D8D. Windows color (decimal): -11428388 or 14458193. OLE color: 14458193.

HSL color Cylindrical-coordinate representation of color #519DDC: hue angle of 207.19º 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 #519DDC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 157 220 -
CMYK 0.63 0.29 0 0.14
HSL 207.19º 0.67% 0.59% -
HSV(B) 207.19º 0.63% 0.86% -
XYZ 28.37 31.03 72.2 -
YUV 141.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 81 157 220 0.63 0.29 0 0.14 207.19 0.67 0.59
Hex 51 9D DC 3F 1D 0 E CF 43 3B
Octal 121 235 334 77 35 0 16 317 103 73
Binary 1010001 10011101 11011100 111111 11101 0 1110 11001111 1000011 111011

Color Harmonies of #519DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DDC

Black with #519DDC

Text Example


Text Example

White with #519DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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