Html Css Color HEX #508EDC Picton Blue

📋 copy color: '#508EDC'

red 80 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #508EDC

Tints of Picton Blue #508EDC

RGB

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

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

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

R = 18.1%
G = 32.13%
B = 49.77%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508EDC (or 0x508EDC) is known color: Picton Blue. HEX triplet: 50, 8E and DC. RGB value is (80,142,220). Sum of RGB (Red+Green+Blue) = 80+142+220=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #508EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDC is #AF7123. Grayscale: #838383. Windows color (decimal): -11497764 or 14454352. OLE color: 14454352.

HSL color Cylindrical-coordinate representation of color #508EDC: hue angle of 213.43º 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 #508EDC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 142 220 -
CMYK 0.64 0.35 0 0.14
HSL 213.43º 0.67% 0.59% -
HSV(B) 213.43º 0.64% 0.86% -
XYZ 25.9 26.22 71.41 -
YUV 132.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 80 142 220 0.64 0.35 0 0.14 213.43 0.67 0.59
Hex 50 8E DC 40 23 0 E D5 43 3B
Octal 120 216 334 100 43 0 16 325 103 73
Binary 1010000 10001110 11011100 1000000 100011 0 1110 11010101 1000011 111011

Color Harmonies of #508EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EDC

Black with #508EDC

Text Example


Text Example

White with #508EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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