Html Css Color HEX #508ED6 Picton Blue

📋 copy color: '#508ED6'

red 80 ◦ green 142 ◦ blue 214

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

Shades of Picton Blue #508ED6

Tints of Picton Blue #508ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.57%

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 18.35%
G = 32.57%
B = 49.08%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#508ED6 (or 0x508ED6) is known color: Picton Blue. HEX triplet: 50, 8E and D6. RGB value is (80,142,214). Sum of RGB (Red+Green+Blue) = 80+142+214=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #508ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ED6 is #AF7129. Grayscale: #838383. Windows color (decimal): -11497770 or 14061136. OLE color: 14061136.

HSL color Cylindrical-coordinate representation of color #508ED6: hue angle of 212.24º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508ED6 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 142 214 -
CMYK 0.63 0.34 0 0.16
HSL 212.24º 0.62% 0.58% -
HSV(B) 212.24º 0.63% 0.84% -
XYZ 25.12 25.91 67.29 -
YUV 131.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 80 142 214 0.63 0.34 0 0.16 212.24 0.62 0.58
Hex 50 8E D6 3F 22 0 10 D4 3E 3A
Octal 120 216 326 77 42 0 20 324 76 72
Binary 1010000 10001110 11010110 111111 100010 0 10000 11010100 111110 111010

Color Harmonies of #508ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ED6

Black with #508ED6

Text Example


Text Example

White with #508ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,214); }

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

background-color css

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

 a { background-color: rgb(80,142,214); }

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

border-color css

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

 span { border-color: rgb(80,142,214); }

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