Html Css Color HEX #508DDB Picton Blue

📋 copy color: '#508DDB'

red 80 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #508DDB

Tints of Picton Blue #508DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 18.18%
G = 32.05%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508DDB (or 0x508DDB) is known color: Picton Blue. HEX triplet: 50, 8D and DB. RGB value is (80,141,219). Sum of RGB (Red+Green+Blue) = 80+141+219=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #508DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDB is #AF7224. Grayscale: #838383. Windows color (decimal): -11498021 or 14388560. OLE color: 14388560.

HSL color Cylindrical-coordinate representation of color #508DDB: hue angle of 213.67º degrees, saturation: 0.66, 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 #508DDB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 141 219 -
CMYK 0.63 0.36 0 0.14
HSL 213.67º 0.66% 0.59% -
HSV(B) 213.67º 0.63% 0.86% -
XYZ 25.62 25.87 70.66 -
YUV 131.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 80 141 219 0.63 0.36 0 0.14 213.67 0.66 0.59
Hex 50 8D DB 3F 24 0 E D6 42 3B
Octal 120 215 333 77 44 0 16 326 102 73
Binary 1010000 10001101 11011011 111111 100100 0 1110 11010110 1000010 111011

Color Harmonies of #508DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DDB

Black with #508DDB

Text Example


Text Example

White with #508DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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