Html Css Color HEX #519CDC Picton Blue

📋 copy color: '#519CDC'

red 81 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #519CDC

Tints of Picton Blue #519CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.14%

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

R = 17.72%
G = 34.14%
B = 48.14%

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

#519CDC (or 0x519CDC) is known color: Picton Blue. HEX triplet: 51, 9C and DC. RGB value is (81,156,220). Sum of RGB (Red+Green+Blue) = 81+156+220=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #519CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CDC is #AE6323. Grayscale: #8C8C8C. Windows color (decimal): -11428644 or 14457937. OLE color: 14457937.

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

Color convert

RGB 81 156 220 -
CMYK 0.63 0.29 0 0.14
HSL 207.63º 0.67% 0.59% -
HSV(B) 207.63º 0.63% 0.86% -
XYZ 28.2 30.69 72.15 -
YUV 140.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 81 156 220 0.63 0.29 0 0.14 207.63 0.67 0.59
Hex 51 9C DC 3F 1D 0 E D0 43 3B
Octal 121 234 334 77 35 0 16 320 103 73
Binary 1010001 10011100 11011100 111111 11101 0 1110 11010000 1000011 111011

Color Harmonies of #519CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CDC

Black with #519CDC

Text Example


Text Example

White with #519CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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