Html Css Color HEX #519ADC Picton Blue

📋 copy color: '#519ADC'

red 81 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #519ADC

Tints of Picton Blue #519ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.85%

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

R = 17.8%
G = 33.85%
B = 48.35%

CMYK

 C value IS 0.63

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#519ADC (or 0x519ADC) is known color: Picton Blue. HEX triplet: 51, 9A and DC. RGB value is (81,154,220). Sum of RGB (Red+Green+Blue) = 81+154+220=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #519ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ADC is #AE6523. Grayscale: #8B8B8B. Windows color (decimal): -11429156 or 14457425. OLE color: 14457425.

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

Color convert

RGB 81 154 220 -
CMYK 0.63 0.3 0 0.14
HSL 208.49º 0.67% 0.59% -
HSV(B) 208.49º 0.63% 0.86% -
XYZ 27.87 30.03 72.04 -
YUV 139.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 81 154 220 0.63 0.3 0 0.14 208.49 0.67 0.59
Hex 51 9A DC 3F 1E 0 E D0 43 3B
Octal 121 232 334 77 36 0 16 320 103 73
Binary 1010001 10011010 11011100 111111 11110 0 1110 11010000 1000011 111011

Color Harmonies of #519ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ADC

Black with #519ADC

Text Example


Text Example

White with #519ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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