Html Css Color HEX #508ED7 Picton Blue

📋 copy color: '#508ED7'

red 80 ◦ green 142 ◦ blue 215

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

Shades of Picton Blue #508ED7

Tints of Picton Blue #508ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 18.31%
G = 32.49%
B = 49.2%

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

#508ED7 (or 0x508ED7) is known color: Picton Blue. HEX triplet: 50, 8E and D7. RGB value is (80,142,215). Sum of RGB (Red+Green+Blue) = 80+142+215=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #508ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ED7 is #AF7128. Grayscale: #838383. Windows color (decimal): -11497769 or 14126672. OLE color: 14126672.

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

Color convert

RGB 80 142 215 -
CMYK 0.63 0.34 0 0.16
HSL 212.44º 0.63% 0.58% -
HSV(B) 212.44º 0.63% 0.84% -
XYZ 25.25 25.96 67.97 -
YUV 131.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 80 142 215 0.63 0.34 0 0.16 212.44 0.63 0.58
Hex 50 8E D7 3F 22 0 10 D4 3F 3A
Octal 120 216 327 77 42 0 20 324 77 72
Binary 1010000 10001110 11010111 111111 100010 0 10000 11010100 111111 111010

Color Harmonies of #508ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ED7

Black with #508ED7

Text Example


Text Example

White with #508ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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