Html Css Color HEX #508DDC Picton Blue

📋 copy color: '#508DDC'

red 80 ◦ green 141 ◦ blue 220

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

Shades of Picton Blue #508DDC

Tints of Picton Blue #508DDC

RGB

 RED value IS 80 (31.64% from 255) = 18.14%

 GREEN value IS 141 (55.47% from 255) = 31.97%

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

R = 18.14%
G = 31.97%
B = 49.89%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508DDC (or 0x508DDC) is known color: Picton Blue. HEX triplet: 50, 8D and DC. RGB value is (80,141,220). Sum of RGB (Red+Green+Blue) = 80+141+220=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #508DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDC is #AF7223. Grayscale: #838383. Windows color (decimal): -11498020 or 14454096. OLE color: 14454096.

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

Color convert

RGB 80 141 220 -
CMYK 0.64 0.36 0 0.14
HSL 213.86º 0.67% 0.59% -
HSV(B) 213.86º 0.64% 0.86% -
XYZ 25.75 25.92 71.36 -
YUV 131.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 80 141 220 0.64 0.36 0 0.14 213.86 0.67 0.59
Hex 50 8D DC 40 24 0 E D6 43 3B
Octal 120 215 334 100 44 0 16 326 103 73
Binary 1010000 10001101 11011100 1000000 100100 0 1110 11010110 1000011 111011

Color Harmonies of #508DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DDC

Black with #508DDC

Text Example


Text Example

White with #508DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,141,220); }

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

background-color css

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

 a { background-color: rgb(80,141,220); }

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

border-color css

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

 span { border-color: rgb(80,141,220); }

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